Class ListAsMap<K>

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

    public class ListAsMap<K>
    extends Object
    implements Map<Integer,​K>
    wrap a list for use as map with. Key is the position in the List (modulo size of the list)
    Author:
    Patrick Vandermaesen