Package org.apache.pivot.util
Contains a collection of common utility classes.
-
Interface Summary Interface Description Command Generic command interface.Filter<T> Generic filter interface.MessageBusListener<T> Message bus listener interface. -
Class Summary Class Description Base64 Implements the "base64" binary encoding scheme as defined by RFC 2045.BooleanResult An object holding a boolean value that can be used with aforEach
or lambda expressionm, where the value used during the iteration must be final or effectively final.CalendarDate CalendarDate
allows a specific day to be identified within the Gregorian calendar system.CalendarDate.Range Represents a range of calendar dates.CharUtils A set of static methods that perform various character-based operations.ClassUtils Utility class for dealing with classes.Console Utility class for a simple log to the console, for example from scripts.Constants A static class that contains constant values used throughout the system.EmptyIterator<T> A no-op iterator, for whichEmptyIterator.hasNext()
always returnsfalse
andEmptyIterator.next()
throwsNoSuchElementException
.ExceptionUtils Utility class that has various methods to help with exception handling and display.ImageUtils Utility class for dealing with images.ImmutableIterator<T> Immutable implementation of theIterator
interface.ListenerList<T> Abstract base class for listener lists.MessageBus Provides support for basic intra-application message passing.MIMEType Utility class for introspection a MIME type string.Resources Represents a set of localizable resources.Service Utility class for locating and instantiating service providers.StringUtils A set of static methods that perform various string manipulation functions.Time Class representing a time of day, independent of any particular time zone.Time.Range Represents a range of times.TypeLiteral<T> Represents a generic typeT
.Utils Utility methods for other parts of the code.Version Represents a version number.VoteResult An object holding the result of aVote.tally(org.apache.pivot.util.Vote)
that can be used with aforEach
or lambda expression, where the value used during the iteration must be final or effectively final. -
Enum Summary Enum Description Vote Enumeration representing a vote.