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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DRefSortedMap.java36 public class RefSortedMap<K, V> extends java.util.AbstractMap<K, V> class in inherits:java.util.AbstractMap,SortedMap,Cloneable,Serializable
113 int modCnt = RefSortedMap.this.modCnt;
119 if (modCnt != RefSortedMap.this.modCnt) {
127 if (modCnt != RefSortedMap.this.modCnt) {
138 if (modCnt != RefSortedMap.this.modCnt) {
142 RefSortedMap.this.modCnt++;
143 RefSortedMap.this.entries.remove(offset);
167 return RefSortedMap.this.comparator();
172 K res = RefSortedMap.this.firstKey();
197 K res = RefSortedMap
240 public RefSortedMap() { method in class:RefSortedMap
251 public RefSortedMap(Comparator<? super K> comparator) { method in class:RefSortedMap
256 public RefSortedMap(Map<? extends K, ? extends V> map) { method in class:RefSortedMap
261 public RefSortedMap(SortedMap<K, ? extends V> map) { method in class:RefSortedMap
[all...]

Completed in 59 milliseconds