Searched refs:lastEntry (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DPatternEntry.java117 PatternEntry lastEntry)
120 if (strength == Collator.PRIMARY || lastEntry != null)
124 if (lastEntry != null) {
128 lastEntry.appendQuotedChars(toAddTo);
114 addToBuffer(StringBuffer toAddTo, boolean showExtension, boolean showWhiteSpace, PatternEntry lastEntry) argument
H A DMergeCollation.java210 private transient PatternEntry lastEntry = null; field in class:MergeCollation
230 If the strength is RESET, then just change the lastEntry to
232 If not, then remove the current entry, and add it after lastEntry
242 if (lastEntry != null && newEntry.chars.equals(lastEntry.chars)
243 && newEntry.extension.equals(lastEntry.extension)) {
246 throw new ParseException("The entries " + lastEntry + " and "
281 int lastIndex = findLastEntry(lastEntry, excess);
286 lastEntry = saveEntry;
298 lastEntry
[all...]
/openjdk7/jdk/test/javax/naming/ldap/LdapName/
H A DNameTests.java141 String lastEntry = "seven=red";
142 System.out.println("startsWith(" + lastEntry + "):" +
143 dn.startsWith(new LdapName(lastEntry)));
160 System.out.println("endsWith(" + lastEntry + "):" +
161 dn.endsWith(new LdapName(lastEntry)));
/openjdk7/jdk/src/share/classes/java/util/
H A DNavigableMap.java63 * {@code pollFirstEntry}, {@code lastEntry}, and
228 Map.Entry<K,V> lastEntry(); method in interface:NavigableMap
H A DTreeMap.java658 public Map.Entry<K,V> lastEntry() { method in class:TreeMap
1463 public final Map.Entry<K,V> lastEntry() { method in class:TreeMap.NavigableSubMap
/openjdk7/jdk/test/java/util/NavigableMap/
H A DLockStep.java354 equal(null, m.lastEntry());
371 equal(z, m.lastEntry().getKey());
443 equal2(m1.lastEntry(), m2.lastEntry());
616 Map.Entry e = m.lastEntry();
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java2158 public Map.Entry<K,V> lastEntry() { method in class:ConcurrentSkipListMap
2947 public Map.Entry<K,V> lastEntry() { method in class:ConcurrentSkipListMap.SubMap

Completed in 56 milliseconds