antlr-d v1.6.7 (2020-02-12T09:00:42Z)
Dub
Repo
Array2DHashSet.this
antlr
v4
runtime
misc
Array2DHashSet
Array2DHashSet
Undocumented in source.
this
()
this
(size_t function(Object o) @(trusted) nothrow hashOfFp, bool function(Object a, Object b) opEqualsFp)
this
(size_t function(Object o) @(trusted) nothrow hashOfFp, bool function(Object a, Object b) opEqualsFp, int initialCapacity, int initialBucketCapacity)
class
Array2DHashSet
(T)
this
(
size_t
function
(
Object
o
)
@
trusted
nothrow
hashOfFp
,
bool
function
(
Object
a
,
Object
b
)
opEqualsFp
,
int
initialCapacity
,
int
initialBucketCapacity
)
Meta
Source
See Implementation
antlr
v4
runtime
misc
Array2DHashSet
Array2DHashSet
constructors
this
functions
add
addAll
clear
contains
containsAll
containsFast
createBucket
createBuckets
expand
get
getBucket
getOrAdd
getOrAddImpl
isEmpty
opEquals
remove
removeAll
removeFast
retainAll
size
toArray
toHash
toString
toTableString
static variables
INITAL_BUCKET_CAPACITY
INITAL_CAPACITY
LOAD_FACTOR
variables
buckets
currentPrime
hashOfFp
initialBucketCapacity
n
opEqualsFp
threshold