Class AddressTreeMap<V>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentSkipListMap<Long,V>
com.pnfsoftware.jeb.util.collect.AddressTreeMap<V>
All Implemented Interfaces:
Serializable, Cloneable, ConcurrentMap<Long,V>, ConcurrentNavigableMap<Long,V>, Map<Long,V>, NavigableMap<Long,V>, SortedMap<Long,V>

@Ser public class AddressTreeMap<V> extends ConcurrentSkipListMap<Long,V>
A concurred ordered map whose keys are 'addresses' hardcoded as unsigned long.
See Also:
  • Constructor Details

    • AddressTreeMap

      public AddressTreeMap(int bitsize)
      Create a segment-map designed to hold memory keys as addresses.
      Parameters:
      bitsize - in [1, 64]
  • Method Details