Uses of Interface
components.map.MapKernel
Packages that use MapKernel
-
Uses of MapKernel in components.map
Subinterfaces of MapKernel in components.mapModifier and TypeInterfaceDescriptioninterface
Map<K,
V> MapKernel
enhanced with secondary methods.Classes in components.map that implement MapKernelModifier and TypeClassDescriptionclass
Map1L<K,
V> Map
represented as ajava.util.Map
with implementations of primary methods.class
Map2<K,
V> Map
represented as aQueue
of pairs with implementations of primary methods.class
Map3<K,
V> Map
represented as aBinaryTree
(maintained as a binary search tree) of pairs with implementations of primary methods.class
Map4<K,
V> Map
represented as a hash table usingMap
s for the buckets, with implementations of primary methods.class
MapSecondary<K,
V> Layered implementations of secondary methods forMap
.