Package org.davidmoten.oa3.codegen.util
Class ImmutableList<T>
java.lang.Object
org.davidmoten.oa3.codegen.util.ImmutableList<T>
- All Implemented Interfaces:
Iterable<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ImmutableList<T> empty()first()iterator()last()static <T> ImmutableList<T> of(T... values) intsize()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator