com.sun.enterprise.admin.util
Class TokenValueSet

java.lang.Object
  extended by com.sun.enterprise.admin.util.TokenValueSet
All Implemented Interfaces:
Cloneable

public class TokenValueSet
extends Object
implements Cloneable

Represents the Set of TokenValue objects.

Author:
kedar

Constructor Summary
TokenValueSet()
           
TokenValueSet(Set<TokenValue> values)
           
 
Method Summary
 void add(TokenValue tokenValue)
           
 void addAll(Set<TokenValue> more)
           
 void clear()
           
 Object clone()
           
 boolean isEmpty()
           
 Iterator<TokenValue> iterator()
           
 void remove(TokenValue tokenValue)
           
 int size()
           
 Object[] toArray()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TokenValueSet

public TokenValueSet()

TokenValueSet

public TokenValueSet(Set<TokenValue> values)
Method Detail

add

public void add(TokenValue tokenValue)

addAll

public void addAll(Set<TokenValue> more)

remove

public void remove(TokenValue tokenValue)

clear

public void clear()

iterator

public Iterator<TokenValue> iterator()

isEmpty

public boolean isEmpty()

toArray

public Object[] toArray()

size

public int size()

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.