public class

AddressHashSet

extends ConcurrentHashSet<E>
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.collect.ConcurrentHashSet<E>
     ↳ com.pnfsoftware.jeb.util.collect.AddressHashSet

Class Overview

A concurrent set whose values are 'addresses' hardcoded as unsigned long.

Summary

Public Constructors
AddressHashSet(int bitsize)
Create a segment-map designed to hold memory keys as addresses.
Public Methods
boolean add(Long k)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.util.collect.ConcurrentHashSet
From class java.lang.Object
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.Set

Public Constructors

public AddressHashSet (int bitsize)

Create a segment-map designed to hold memory keys as addresses.

Parameters
bitsize in [1, 64]

Public Methods

public boolean add (Long k)