Package com.sun.enterprise.admin.util
Class TokenValueSet
java.lang.Object
com.sun.enterprise.admin.util.TokenValueSet
- All Implemented Interfaces:
Cloneable
Represents the Set of TokenValue objects.
- Author:
- kedar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(TokenValue tokenValue) voidaddAll(Set<TokenValue> more) voidclear()clone()booleanisEmpty()iterator()voidremove(TokenValue tokenValue) intsize()Object[]toArray()toString()
-
Constructor Details
-
TokenValueSet
public TokenValueSet() -
TokenValueSet
-
-
Method Details
-
add
-
addAll
-
remove
-
clear
public void clear() -
iterator
-
isEmpty
public boolean isEmpty() -
toArray
-
size
public int size() -
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
toString
-