Uses of Interface
org.eclipse.collections.api.tuple.Twin
-
Packages that use Twin Package Description org.eclipse.collections.api.collection org.eclipse.collections.api.tuple -
-
Uses of Twin in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return Twin Modifier and Type Method Description <P> Twin<MutableList<T>>MutableCollection. selectAndRejectWith(Predicate2<? super T,? super P> predicate, P parameter)Deprecated.since 6.0 useRichIterable.partitionWith(Predicate2, Object)instead. -
Uses of Twin in org.eclipse.collections.api.tuple
Methods in org.eclipse.collections.api.tuple that return Twin Modifier and Type Method Description Twin<T>Twin. swap()
-