Searched defs:boundaries (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/text/BreakIterator/
H A DMirroredBreakIterator.java33 private final List<Integer> boundaries; field in class:MirroredBreakIterator
44 boundaries = Collections.unmodifiableList(b);
63 return changeIndices(boundaries.size() - 1);
103 int i = boundaries.get(b);
115 int i = boundaries.get(b);
145 return boundaries.size() - 1;
155 return changeIndices(boundaries.get(newBoundary), newBoundary);
162 if (offset < boundaries.get(0) || offset > boundaries.get(lastBoundary())) {

Completed in 41 milliseconds