public class FinalMap<T1 extends Comparable,T2> extends TreeMap<T1,T2>
FinalMapf=new FinalMap( "a",1, "b",2, "c",3); System.out.println(f.get("b")); --> 2
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FinalMap(Object... a)
Constructs a FinalMap from an array that contains key/value sequences
|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringpublic FinalMap(Object... a)
Copyright © 2015 Bluebrain Project. All rights reserved.