Searched defs:MAX_ARRAY_SIZE (Results 1 – 14 of 14) sorted by relevance
102 private static final int MAX_ARRAY_SIZE = Integer.MAX_VALUE - 8; field in ByteArrayOutputStream
208 private static final int MAX_ARRAY_SIZE = Integer.MAX_VALUE - 8; field in AbstractCollection
284 private static final int MAX_ARRAY_SIZE = Integer.MAX_VALUE - 8; field in PriorityQueue
255 private static final int MAX_ARRAY_SIZE = Integer.MAX_VALUE - 8; field in Vector
258 private static final int MAX_ARRAY_SIZE = Integer.MAX_VALUE - 8; field in ArrayList
381 private static final int MAX_ARRAY_SIZE = Integer.MAX_VALUE - 8; field in Hashtable
184 private static final int MAX_ARRAY_SIZE = 2147483639; // 0x7ffffff7 field in PriorityQueue
274 private static final int MAX_ARRAY_SIZE = 2147483639; // 0x7ffffff7 field in Vector
229 private static final int MAX_ARRAY_SIZE = 2147483639; // 0x7ffffff7 field in ArrayList
205 private static final int MAX_ARRAY_SIZE = 2147483639; // 0x7ffffff7 field in PriorityBlockingQueue
268 private static final int MAX_ARRAY_SIZE = 2147483639; // 0x7ffffff7 field in AbstractStringBuilder
135 private static final int MAX_ARRAY_SIZE = Integer.MAX_VALUE - 8; field in AbstractStringBuilder
140 private static final int MAX_ARRAY_SIZE = Integer.MAX_VALUE - 8; field in PriorityBlockingQueue
61 static final long MAX_ARRAY_SIZE = Integer.MAX_VALUE - 8; field in Nodes