Uses of Package
org.magicwerk.brownies.collections.helper
-
Packages that use org.magicwerk.brownies.collections.helper Package Description org.magicwerk.brownies.collections Brownies Collections complements the Java Collections Framework.org.magicwerk.brownies.collections.helper This packages contains helper classes for the package org.magicwerk.brownies.collections. -
Classes in org.magicwerk.brownies.collections.helper used by org.magicwerk.brownies.collections Class Description MutableInt A mutableint
wrapper.Option ClassOption
stores a single value which may also be null. -
Classes in org.magicwerk.brownies.collections.helper used by org.magicwerk.brownies.collections.helper Class Description IdentMapper Identity mapper.MutableInt A mutableint
wrapper.NaturalComparator The NaturalComparator will compare object using their natural order.Option ClassOption
stores a single value which may also be null.SingletonComparator Abstract base class for implementing a singleton comparator.SortedLists.KeyAbsentBehavior A specification for which index to return if the list contains no elements that compare as equal to the key.SortedLists.KeyPresentBehavior A specification for which index to return if the list contains at least one element that compares as equal to the key.