Uses of Class
org.eclipse.collections.impl.list.immutable.AbstractImmutableList

Packages that use AbstractImmutableList
Package
Description
This package contains implementations of the ImmutableList interface.
  • Uses of AbstractImmutableList in org.eclipse.collections.impl.list.immutable

    Modifier and Type
    Class
    Description
    protected static class 
     
    (package private) final class 
    An ImmutableArrayList wraps a Java array, but it cannot be modified after creation.
    (package private) final class 
    This is a ten element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven, eight, nine, ten) method.
    (package private) final class 
    This is a two element immutable List which is created by calling Immutable.newListWith(one, two) method.
    (package private) final class 
    This is a zero element ImmutableList which is created by calling the Lists.immutable.empty() method.
    (package private) final class 
    This is a nine element immutable List which is created by calling Lists.immutable.with(one, two, three, four, five, six, seven, eight, nine) method.
    (package private) final class 
    This is an eight element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven, eight) method.
    (package private) final class 
    This is a four element immutable List which is created by calling Immutable.newListWith(one, two, three, four) method.
    (package private) final class 
    This is a five element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five) method.
    (package private) final class 
    This is a seven element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven) method.
    (package private) final class 
    This is a six element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six) method.
    (package private) final class 
    This is a single element immutable List which is created by calling Immutable.newListWith(one) method.
    (package private) final class 
    This is a three element immutable List which is created by calling Immutable.newListWith(one, two, three) method.