Guest User

Untitled

a guest
Nov 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /**
  2. * The maximum number of segments to allow; used to bound
  3. * constructor arguments.
  4. */
  5. static final int MAX_SEGMENTS = 1 << 16; // slightly conservative
Add Comment
Please, Sign In to add comment