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
N
- nonEmptyCopyFrom(int, NonEmptyIterable<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Creates an
ImmutableNonEmptyVector
that is copied from anyNonEmptyIterable
, but consuming a maximum number of elements. - nonEmptyCopyFrom(NonEmptyIterable<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Creates an
ImmutableNonEmptyVector
that is copied from anyNonEmptyIterable
. - NonEmptySet<A> - Interface in software.kes.collectionviews
-
A
Set
that is guaranteed at compile-time to contain at least one element. - NonEmptySetBuilder<A> - Interface in software.kes.collectionviews
-
A builder for
ImmutableNonEmptySet
s. - NonEmptyVector<A> - Interface in software.kes.collectionviews
-
A
Vector
that is guaranteed at compile-time to contain at least one element. - NonEmptyVectorBuilder<A> - Interface in software.kes.collectionviews
-
A builder for
ImmutableNonEmptyVector
s.
All Classes All Packages