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
ImmutableSet
that is copied from an array. - copyFrom(int, A[]) - Static method in interface software.kes.collectionviews.Vector
-
Returns a new
ImmutableVector
that is copied from an array. - copyFrom(int, Iterable<A>) - Static method in interface software.kes.collectionviews.Set
-
Creates an
ImmutableSet
that 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
ImmutableVector
that is copied from anyIterable
, but consuming a maximum number of elements. - copyFrom(A[]) - Static method in interface software.kes.collectionviews.Set
-
Creates an
ImmutableSet
that is copied from an array. - copyFrom(A[]) - Static method in interface software.kes.collectionviews.Vector
-
Creates an
ImmutableVector
that is copied from an array. - copyFrom(Iterable<A>) - Static method in interface software.kes.collectionviews.Set
-
Creates an
ImmutableSet
that is copied from anyIterable
. - copyFrom(Iterable<A>) - Static method in interface software.kes.collectionviews.Vector
-
Creates an
ImmutableVector
that is copied from anyIterable
. - copyFromOrThrow(int, A[]) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySet
that 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
ImmutableNonEmptyVector
that 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
ImmutableNonEmptySet
from anyIterable
, but consuming a maximum number of elements. - copyFromOrThrow(int, Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVector
from anyIterable
, but consuming a maximum number of elements. - copyFromOrThrow(A[]) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySet
that is copied from an array. - copyFromOrThrow(A[]) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVector
that is copied from an array. - copyFromOrThrow(Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySet
from anyIterable
. - copyFromOrThrow(Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVector
from anyIterable
. - copySliceFrom(int, int, Iterable<A>) - Static method in interface software.kes.collectionviews.Vector
-
Creates an
ImmutableVector
by copying a slice from anIterable
. - cross(ImmutableNonEmptyVector<B>) - Method in interface software.kes.collectionviews.ImmutableNonEmptyVector
-
Returns the cartesian product of this
ImmutableNonEmptyVector
with anotherImmutableNonEmptyVector
. - cross(ImmutableVector<B>) - Method in interface software.kes.collectionviews.ImmutableVector
-
Returns the cartesian product of this
ImmutableVector
with anotherImmutableVector
. - cross(NonEmptyVector<B>) - Method in interface software.kes.collectionviews.NonEmptyVector
-
Returns the cartesian product of this
NonEmptyVector
with anotherNonEmptyVector
. - cross(Vector<B>) - Method in interface software.kes.collectionviews.Vector
-
Returns the cartesian product of this
Vector
with anotherVector
.
All Classes All Packages