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

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 this NonEmptyVector.
indices() - Method in interface software.kes.collectionviews.Vector
Returns an ImmutableVector<Integer> that contains all the indices of this Vector.
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 this ImmutableVector.
inits() - Method in interface software.kes.collectionviews.Vector
Returns a NonEmptyIterable containing the inits of this Vector.
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.
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