Klasse ImmutableList<E>

java.lang.Object
ch.nolix.core.independent.container.ImmutableList<E>
Alle implementierten Schnittstellen:
Iterable<E>

public final class ImmutableList<E> extends Object implements Iterable<E>
  • Methodendetails

    • createEmptyList

      public static <E2> ImmutableList<E2> createEmptyList()
    • withElement

      public static <E2> ImmutableList<E2> withElement(E2 element, E2... elements)
    • withElements

      public static <E2> ImmutableList<E2> withElements(E2[] array)
    • iterator

      public Iterator<E> iterator()
      Angegeben von:
      iterator in Schnittstelle Iterable<E>