Class SmallMap<K,​V>

  • All Implemented Interfaces:
    Map<K,​V>

    public class SmallMap<K,​V>
    extends Object
    implements Map<K,​V>
    A simple implementation of Map; intended for Maps with few elements. Optimized for space, not time -- use with care.