Package org.checkerframework.afu.scenelib.util.coll
package org.checkerframework.afu.scenelib.util.coll
-
ClassDescriptionKeyedSet<K,
V> AKeyedSetis a set whose members have distinct keys and can be looked up by key.Keyer<K,V> LinkedHashKeyedSet<K,V> A simple implementation ofKeyedSetbacked by an insertion-orderLinkedHashMapand itsvalue collection.VivifyingMap<K,V> AVivifyingMapis a map with two additional methods:VivifyingMap.getVivify(K)is likeget, but it never returns null; instead, it stores an empty value and returns that.WrapperMap<K,V> AWrapperMapis a map all of whose methods delegate by default to those of a supplied backing map.