T
- public class Groupify<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Groupify.Group<U>
Entry
|
Constructor and Description |
---|
Groupify(int capacity)
Constructs a new hash groupify operator.
|
public Groupify(int capacity)
capacity
- The capacitypublic void add(T element)
element
- public Groupify.Group<T> first()
public int size()