Package ball.util
See
java.util
.- Author:
- Allen D. Ball
-
Interface Summary Interface Description PatternMatcherBean Interface providing default methods for beans classes annotated withPatternRegex
and whose methods are annotated withMatcherGroup
. -
Class Summary Class Description Comparators Deprecated. Converter Conversion utility based onFactory
.Coordinate X-Y coordinate representation.CoordinateMap<V> Coordinate
Map
implementation.DispatchSpliterator<T> Spliterator
abstract base class that dispatches toSpliterator
s supplied through anSpliterator
ofSpliterator
Supplier
s.EnumLookupMap SortedMap
implementation which providesString.CASE_INSENSITIVE_ORDER
look-up by name to the correspondingEnum
.Factory<T> Factory
base class.ListOrderComparator<T> List
-OrderComparator
.MapView<K,V> PropertiesImpl Properties
implementation that overridesPropertiesImpl.load(InputStream)
andPropertiesImpl.store(OutputStream,String)
methods to specify theCharset
(asUTF-8
).Walker<T>