Package ch.tocco.nice2.toolbox.api.collection
package ch.tocco.nice2.toolbox.api.collection
-
ClassDescriptionDefaultValueHashMap<K,
V> A hash map that will populate itself with a value obtained from the given supplier.Default implementation ofWriteableMap
which uses a map of object values.NodeVisitor<N,R> Generic visitor for simple trees.ReadOnlyMap<T>An api to access an underlying map that uses T as keys.StringValueMap<T extends Serializable>Implementation ofWriteableMap
that uses strings as values.Visitors<N>Abstract class that implements visiting code.WriteableMap<T>