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

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 any Iterable, 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 any Iterable, 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 any Iterable.
copyFrom(Iterable<A>) - Static method in interface software.kes.collectionviews.Vector
Creates an ImmutableVector that is copied from any Iterable.
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 any Iterable, 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 any Iterable, 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 any Iterable.
copyFromOrThrow(Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
Attempts to create an ImmutableNonEmptyVector from any Iterable.
copySliceFrom(int, int, Iterable<A>) - Static method in interface software.kes.collectionviews.Vector
Creates an ImmutableVector by copying a slice from an Iterable.
cross(ImmutableNonEmptyVector<B>) - Method in interface software.kes.collectionviews.ImmutableNonEmptyVector
Returns the cartesian product of this ImmutableNonEmptyVector with another ImmutableNonEmptyVector.
cross(ImmutableVector<B>) - Method in interface software.kes.collectionviews.ImmutableVector
Returns the cartesian product of this ImmutableVector with another ImmutableVector.
cross(NonEmptyVector<B>) - Method in interface software.kes.collectionviews.NonEmptyVector
Returns the cartesian product of this NonEmptyVector with another NonEmptyVector.
cross(Vector<B>) - Method in interface software.kes.collectionviews.Vector
Returns the cartesian product of this Vector with another Vector.
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