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
Setthat is guaranteed at compile-time to be non-empty and safe from mutation anywhere. - ImmutableNonEmptyVector<A> - Interface in software.kes.collectionviews
-
A
Vectorthat is guaranteed at compile-time to be non-empty and safe from mutation anywhere. - ImmutableSet<A> - Interface in software.kes.collectionviews
-
A
Setthat is guaranteed at compile-time to be safe from mutation anywhere. - ImmutableVector<A> - Interface in software.kes.collectionviews
-
A
Vectorthat 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
NonEmptyIterablecontaining the inits of thisImmutableVector. - inits() - Method in interface software.kes.collectionviews.Vector
-
Returns a
NonEmptyIterablecontaining the inits of thisVector. - isEmpty() - Method in interface software.kes.collectionviews.NonEmptySet
-
Tests whether this
NonEmptySetis empty. - isEmpty() - Method in interface software.kes.collectionviews.NonEmptyVector
-
Tests whether this
NonEmptyVectoris empty. - isEmpty() - Method in interface software.kes.collectionviews.Set
-
Tests whether this
Setis empty. - isEmpty() - Method in interface software.kes.collectionviews.Vector
-
Tests whether this
Vectoris 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