Uses of Class
org.jhotdraw8.icollection.ChampVectorMap
Packages that use ChampVectorMap
-
Uses of ChampVectorMap in org.jhotdraw8.icollection
Methods in org.jhotdraw8.icollection that return ChampVectorMapModifier and TypeMethodDescriptionChampVectorMap.clear()Returns a copy of this map that is empty.static <K,V> ChampVectorMap <K, V> Returns an immutable copy of the provided map.static <K,V> ChampVectorMap <K, V> Returns an immutable copy of the provided map.protected ChampVectorMap<K, V> ChampVectorMap.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.static <K,V> ChampVectorMap <K, V> ChampVectorMap.of()Returns an empty immutable map.MutableChampVectorMap.toImmutable()Returns an immutable copy of this map.