net.scheinerman.phoenix.library
Class SetFunctions.SetContainer

java.lang.Object
  extended by net.scheinerman.phoenix.library.SetFunctions.SetContainer
Enclosing class:
SetFunctions

 class SetFunctions.SetContainer
extends java.lang.Object


Field Summary
 java.util.TreeSet<java.lang.String> set
           
 java.util.Iterator<java.lang.String> setItr
           
 
Constructor Summary
SetFunctions.SetContainer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set

public java.util.TreeSet<java.lang.String> set

setItr

public java.util.Iterator<java.lang.String> setItr
Constructor Detail

SetFunctions.SetContainer

public SetFunctions.SetContainer()