Modifier and Type | Field and Description |
---|---|
private Hasher.NodeFactor<T>[] |
nodes |
private int |
totalLoadFactor |
Constructor and Description |
---|
NodeList(Hasher.NodeFactor<T>[] nodes) |
Modifier and Type | Method and Description |
---|---|
int |
getNodeCount() |
boolean |
hasNode(T node) |
T |
select(int code,
int trynum) |
private final Hasher.NodeFactor<T>[] nodes
private int totalLoadFactor
public NodeList(Hasher.NodeFactor<T>[] nodes)
Copyright © 2017. All rights reserved.