public abstract class SetStat<T> extends Stat
Stat.AuxDataSource, Stat.Type| Constructor and Description |
|---|
SetStat() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
add(T key)
Adds the specified object to this set.
|
abstract boolean |
contains(T key)
Returns true if the specified object is contained in this set.
|
abstract int |
size()
Returns the number of elements in this set.
|
clone, crc32, getCode, getKey, getModCount, getType, getType, initType, isModified, persistTo, setModCount, setModified, toString, unpersistFrom, valueToStringpublic abstract int size()
public abstract boolean add(T key)
public abstract boolean contains(T key)
Copyright © 2015. All rights reserved.