Package com.netflix.zeno.util.collections.impl

Class Summary
AbstractArrayMap<K,V> Abstract class which helps people to write Array based immutable implementations of the Map interface
AbstractArraySet<E> Abstract class which helps people to write Array based immutable implementations of the Set interface
AbstractArraySortedMap<K,V> Abstract class which helps people to write Array based implementations of the immutable SortedMap interface
BinarySearchArrayHashMap<K,V> Immutable BinarySearch map with the hashCodeComparator - this comparator does not mandate for the keys to be comparable
BinarySearchArrayIndexedHashMap<K,V> Implementation of the BinarySearch Map with the hashCode search index on a side
BinarySearchArrayIndexedSet<E> Immutable Binary Seach implementation of the Set interface with hashCode index on the side
BinarySearchArrayMap<K,V> Implementation of the Binary Search map with the natural comparator.
BinarySearchArraySet<E> Immutable Binary Seach implementation of the Set interface
ImmutableArrayList<E> Immutable implementation of the List interface
NetflixCollections Utility class
OpenAddressing Common functionality for the Open Addressing HashSet and HashMaps.
OpenAddressingArraySet<E> Open addressing hash set immutable impelemtation of the Set interface
OpenAddressingHashMap<K,V> Open Addressing hash map immutable implementation of the Map interface
OpenAddressingSortedHashMap<K,V> Open Addressing hash map immutable implementation of the SortedMap interface
SingletonSortedMap<K,V> Implementation of Singleton SortedMap
Utils Utility methods
Utils.Array Array utils