public class GroupValues<T> extends Object
| Constructor and Description |
|---|
GroupValues() |
GroupValues(GroupValues<T> values) |
| Modifier and Type | Method and Description |
|---|---|
int |
calculateHash() |
Set<Map.Entry<FieldGroup<T>,Integer>> |
entrySet() |
boolean |
equals(Object arg0) |
Integer |
get(FieldGroup<T> group) |
int |
hashCode() |
boolean |
isEmpty() |
Set<FieldGroup<T>> |
keySet() |
void |
put(FieldGroup<T> group,
int value) |
void |
remove(FieldGroup<T> group) |
int |
size() |
public GroupValues(GroupValues<T> values)
public GroupValues()
public int calculateHash()
public Set<Map.Entry<FieldGroup<T>,Integer>> entrySet()
public Set<FieldGroup<T>> keySet()
public void put(FieldGroup<T> group, int value)
public Integer get(FieldGroup<T> group)
public int size()
public boolean isEmpty()
public void remove(FieldGroup<T> group)
Copyright © 2014. All rights reserved.