Uses of Class
org.organicdesign.fp.collections.UnmodIterable.UnIterable
-
Packages that use UnmodIterable.UnIterable 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 UnmodIterable.UnIterable in org.organicdesign.fp.collections
Methods in org.organicdesign.fp.collections that return UnmodIterable.UnIterable Modifier and Type Method Description static UnmodIterable.UnIterableUnmodIterable.UnIterable. valueOf(String name)Returns the enum constant of this type with the specified name.static UnmodIterable.UnIterable[]UnmodIterable.UnIterable. values()Returns an array containing the constants of this enum type, in the order they are declared.
-