Uses of Class
de.xima.fc.utils.CollectionPartition
Packages that use CollectionPartition
-
Uses of CollectionPartition in de.xima.fc.utils
Methods in de.xima.fc.utils that return CollectionPartitionModifier and TypeMethodDescriptionstatic <T> CollectionPartition<T> XCollectionUtils.partitionSets(Iterable<T> first, Iterable<T> second) Partitions to set of items into three sets: items that are only in the first set, items that are only in the second set, and items that are in both sets.