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
C
- contains(A) - Method in interface software.kes.collectionviews.Set
-
Tests if an element is a member of this
Set. - copyFrom(int, A[]) - Static method in interface software.kes.collectionviews.Set
-
Returns a new
ImmutableSetthat is copied from an array. - copyFrom(int, A[]) - Static method in interface software.kes.collectionviews.Vector
-
Returns a new
ImmutableVectorthat is copied from an array. - copyFrom(int, Iterable<A>) - Static method in interface software.kes.collectionviews.Set
-
Creates an
ImmutableSetthat is copied from anyIterable, but consuming a maximum number of elements. - copyFrom(int, Iterable<A>) - Static method in interface software.kes.collectionviews.Vector
-
Creates an
ImmutableVectorthat is copied from anyIterable, but consuming a maximum number of elements. - copyFrom(A[]) - Static method in interface software.kes.collectionviews.Set
-
Creates an
ImmutableSetthat is copied from an array. - copyFrom(A[]) - Static method in interface software.kes.collectionviews.Vector
-
Creates an
ImmutableVectorthat is copied from an array. - copyFrom(Iterable<A>) - Static method in interface software.kes.collectionviews.Set
-
Creates an
ImmutableSetthat is copied from anyIterable. - copyFrom(Iterable<A>) - Static method in interface software.kes.collectionviews.Vector
-
Creates an
ImmutableVectorthat is copied from anyIterable. - copyFromOrThrow(int, A[]) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySetthat is copied from an array, but with a maximum number of elements. - copyFromOrThrow(int, A[]) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVectorthat is copied from an array, but with a maximum number of elements. - copyFromOrThrow(int, Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySetfrom anyIterable, but consuming a maximum number of elements. - copyFromOrThrow(int, Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVectorfrom anyIterable, but consuming a maximum number of elements. - copyFromOrThrow(A[]) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySetthat is copied from an array. - copyFromOrThrow(A[]) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVectorthat is copied from an array. - copyFromOrThrow(Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySetfrom anyIterable. - copyFromOrThrow(Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVectorfrom anyIterable. - copySliceFrom(int, int, Iterable<A>) - Static method in interface software.kes.collectionviews.Vector
-
Creates an
ImmutableVectorby copying a slice from anIterable. - cross(ImmutableNonEmptyVector<B>) - Method in interface software.kes.collectionviews.ImmutableNonEmptyVector
-
Returns the cartesian product of this
ImmutableNonEmptyVectorwith anotherImmutableNonEmptyVector. - cross(ImmutableVector<B>) - Method in interface software.kes.collectionviews.ImmutableVector
-
Returns the cartesian product of this
ImmutableVectorwith anotherImmutableVector. - cross(NonEmptyVector<B>) - Method in interface software.kes.collectionviews.NonEmptyVector
-
Returns the cartesian product of this
NonEmptyVectorwith anotherNonEmptyVector. - cross(Vector<B>) - Method in interface software.kes.collectionviews.Vector
-
Returns the cartesian product of this
Vectorwith anotherVector.
All Classes All Packages