A B C D E F G H I L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- Immutable - Interface in software.kes.collectionviews
-
A marker interface for immutability.
- ImmutableNonEmptySet<A> - Interface in software.kes.collectionviews
-
A
Set
that is guaranteed at compile-time to be non-empty and safe from mutation anywhere. - ImmutableNonEmptyVector<A> - Interface in software.kes.collectionviews
-
A
Vector
that is guaranteed at compile-time to be non-empty and safe from mutation anywhere. - ImmutableSet<A> - Interface in software.kes.collectionviews
-
A
Set
that is guaranteed at compile-time to be safe from mutation anywhere. - ImmutableVector<A> - Interface in software.kes.collectionviews
-
A
Vector
that is guaranteed at compile-time to be safe from mutation anywhere. - indices() - Method in interface software.kes.collectionviews.NonEmptyVector
-
Returns an
ImmutableNonEmptyVector<Integer>
that contains all the indices of thisNonEmptyVector
. - indices() - Method in interface software.kes.collectionviews.Vector
-
Returns an
ImmutableVector<Integer>
that contains all the indices of thisVector
. - init() - Method in interface software.kes.collectionviews.ImmutableNonEmptyVector
-
Returns the init of this
ImmutableNonEmptyVector
. - init() - Method in interface software.kes.collectionviews.NonEmptyVector
-
Returns the init of this
NonEmptyVector
. - inits() - Method in interface software.kes.collectionviews.ImmutableVector
-
Returns a
NonEmptyIterable
containing the inits of thisImmutableVector
. - inits() - Method in interface software.kes.collectionviews.Vector
-
Returns a
NonEmptyIterable
containing the inits of thisVector
. - isEmpty() - Method in interface software.kes.collectionviews.NonEmptySet
-
Tests whether this
NonEmptySet
is empty. - isEmpty() - Method in interface software.kes.collectionviews.NonEmptyVector
-
Tests whether this
NonEmptyVector
is empty. - isEmpty() - Method in interface software.kes.collectionviews.Set
-
Tests whether this
Set
is empty. - isEmpty() - Method in interface software.kes.collectionviews.Vector
-
Tests whether this
Vector
is empty. - iterator() - Method in interface software.kes.collectionviews.NonEmptyVector
-
Returns an iterator over this
NonEmptyVector
's elements. - iterator() - Method in interface software.kes.collectionviews.Vector
-
Returns an iterator over this
Vector
's elements.
All Classes All Packages