Uses of Class
org.organicdesign.fp.collections.UnmodIterator.UnIterator
-
Packages that use UnmodIterator.UnIterator Package Description org.organicdesign.fp.collections Type-safe versions of immutable collections (mostly from Clojure), plus unmodifiable and immutable collection interfaces that fit these collections into the java.util interfaces. -
-
Uses of UnmodIterator.UnIterator in org.organicdesign.fp.collections
Methods in org.organicdesign.fp.collections that return UnmodIterator.UnIterator Modifier and Type Method Description static UnmodIterator.UnIteratorUnmodIterator.UnIterator. valueOf(String name)Returns the enum constant of this type with the specified name.static UnmodIterator.UnIterator[]UnmodIterator.UnIterator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-