Class AddressHashSet

java.lang.Object
com.pnfsoftware.jeb.util.collect.ConcurrentHashSet<Long>
com.pnfsoftware.jeb.util.collect.AddressHashSet
All Implemented Interfaces:
Iterable<Long>, Collection<Long>, Set<Long>

@Ser public class AddressHashSet extends ConcurrentHashSet<Long>
A concurrent set whose values are 'addresses' hardcoded as unsigned long.
  • Constructor Details

    • AddressHashSet

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