Searched defs:MAX_POWER_OF_TWO (Results 1 – 8 of 8) sorted by relevance
25 private static final int MAX_POWER_OF_TWO = 1 << (Integer.SIZE - 2); field in Collections
50 public static final byte MAX_POWER_OF_TWO = 1 << 6; field in SignedBytes
53 public static final byte MAX_POWER_OF_TWO = (byte) 0x80; field in UnsignedBytes
64 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2); field in Shorts
63 public static final long MAX_POWER_OF_TWO = 1L << (Long.SIZE - 2); field in Longs
66 public static final int MAX_POWER_OF_TWO = 1 << (Integer.SIZE - 2); field in Ints
62 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2); field in Shorts
65 public static final int MAX_POWER_OF_TWO = 1 << (Integer.SIZE - 2); field in Ints