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
W
- wrap(A[]) - Static method in interface software.kes.collectionviews.Vector
-
Creates a
Vector
that wraps an array. - wrap(List<A>) - Static method in interface software.kes.collectionviews.Vector
-
Creates a
Vector
that wraps ajava.util.List
. - wrap(Set<A>) - Static method in interface software.kes.collectionviews.Set
-
Creates a
Set
that wraps ajava.util.Set
. - wrapOrThrow(A[]) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create a
NonEmptyVector
that wraps an array. - wrapOrThrow(List<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create a
NonEmptyVector
that wraps ajava.util.List
. - wrapOrThrow(Set<A>) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create a
NonEmptySet
that wraps ajava.util.Set
.
All Classes All Packages