Searched refs:MAX_ID (Results 1 – 1 of 1) sorted by relevance
45 private static final int MAX_ID = 255; field in InternalState60 Preconditions.checkArgument(id <= MAX_ID); in InternalState()