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

/libcore/ojluni/src/main/java/java/util/
H A DAbstractMap.java544 * Utility method for SimpleEntry and SimpleImmutableEntry.
551 // Implementation Note: SimpleEntry and SimpleImmutableEntry
564 * arrays of <tt>SimpleEntry</tt> instances in method
569 public static class SimpleEntry<K,V> class in class:AbstractMap
584 public SimpleEntry(K key, V value) { method in class:AbstractMap.SimpleEntry
595 public SimpleEntry(Entry<? extends K, ? extends V> entry) { method in class:AbstractMap.SimpleEntry

Completed in 73 milliseconds