vdoclet.util
Class DelimitedSet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--vdoclet.util.DelimitedSet
All Implemented Interfaces:
Collection, Set

public class DelimitedSet
extends AbstractSet


Constructor Summary
DelimitedSet(Set set, String delimiter)
           
 
Method Summary
 Iterator iterator()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
 

Constructor Detail

DelimitedSet

public DelimitedSet(Set set,
                    String delimiter)
Method Detail

size

public int size()
Specified by:
size in interface Set
Specified by:
size in class AbstractCollection

iterator

public Iterator iterator()
Specified by:
iterator in interface Set
Specified by:
iterator in class AbstractCollection

toString

public String toString()
Overrides:
toString in class AbstractCollection