All Classes and Interfaces

Class
Description
A class with values that values of other classes depend on.
An abstract implementation of Modifier.
Abstract Text class that should be used by all Text implementations that require TextConfiguration.
Implementation of Numeral backed with a BigDecimal.
Implementation of Numeral backed with a BigInteger.
A Text implementation that chains other Texts together by using either ConfigurationKeys.DELIMITER, or ConfigurationKeys.LIST_DELIMITER and ConfigurationKeys.LIST_LAST_DELIMITER, depending on the value of ChainedText.USE_LIST_DELIMITER.
A NumberSuffixFormatter that generates an exponential suffix in an arbitrary base with an arbitrary set of characters representing digits.
 
 
 
Utilities for classes and reflection.
A Comparison represents and arbitrary comparison of two Numerals.
Context used when doing Comparisons on Values and ValueMaps.
A component is a class that can be injected as a dependency.
An exception that is thrown when a class annotated with Component has multiple constructors annotated with Inject.
An exception that is thrown when a class annotated with Component has no constructors annotated with Inject and no default constructor.
Data class that is used as a key for TextConfiguration.
Global configuration keys used by this module.
A Text implementation that generates the text based on an arbitrary ConfigurationKey and a Function.
A value used by TextFactory for configuration.
Various conversion methods for Numerals.
An exception that is thrown when there are cyclic dependencies with Components.
A PluralConverter that converts a singular English word into plural form using a basic set of rules.
An implementation of ValueMap that can be backed with any implementation of HandleMap.
A builder for ValueMap.
A class with values that values of other classes depend on.
A class with values that values of other classes depend on.
Contains all string literals used for logging in this module.
Utilities used internally in this module.
A simple dependent that can be invalidated.
Implementation of Numeral backed with a double.
An Operation that takes in two parameters along with an input.
A NumberFormatter that formats a number in a natural form and ensures that every output is no longer than an arbitrary number of characters, configured with EvenLengthNumberFormatter.LENGTH, and the minimum absolute exponent when a NumberSuffixFormatter will be used can be configured with EvenLengthNumberFormatter.MIN_EXPONENT.
An event handler is a method that is called automatically by the Injector when Injector.invokeEvent(Object) is called with an object that is valid as the event handler method's parameter.
An exception that is thrown when an EventHandler method does not have exactly one parameter.
 
A NumberSuffixFormatter that generates a traditional exponential notation suffix.
Thrown when an exceptional arithmetic condition has occurred.
 
An exception that is thrown when a field annotated with Inject is final.
Implementation of Numeral backed with a float.
A container of Handles.
Implementation of Group.
A handle is an identifier used for various objects.
An interface determining that any class implementing it should be identified with a Handle.
A NameConverter that uses Handled.getHandle() followed by Handle.getId() as the singular form.
Implementation of Handle.
A singleton class that manages Spaces and Handles.
Configuration for HandleManagerImpl.
Implementation of HandleManager.
An extension of Map that may only contain Handle keys from a specified Space.
A NameConverter that uses Handle.getId() as the singular form.
An extension of Set that may only contain Handles from a specified Space.
An unordered implementation of HandleMap backed with a HashMap.
An unordered implementation of HandleSet backed with a HashSet.
An initialization method is a method that is invoked after all Components are instantiated.
Denotes that a constructor or a field is eligible for dependency injection.
An interface for a dependency injector.
Builder for the InjectorImpl.
A dependency injector.
 
Contains instantiation details of an object when using the Injector.
Determines how Components are instantiated.
Implementation of Numeral backed with an int.
An exception that is thrown when an unresolvable array is encountered.
Utilities for logging, mainly for logging exceptions
Implementation of Numeral backed with a long.
Context used when doing Comparisons on ValueMaps.
Context used when applying Operations on ValueMaps.
An extension of the OperationChain which offers more flexible ways for routing parameters.
A Builder for MappingOperationChain.
A special MappingOperationChain-specific extension of Numeral that is used to refer to the source numeral and the result numerals of Operations.
An extension of OperationModifier that works with MappingOperationChain.
Utilities for manipulating maps.
Context used when applying Operations on Values and ValueMaps.
A Modifier represents a math operation that can be attached to a Value or a ValueMap.
A utility class that contains various methods for creating Modifiers.
An exception that is thrown when a Component depends on a single other Component or if a single Component has been requested from the InjectorImpl but multiple are present that have the same lowest Component.order().
A data class that wraps an object and its assigned name in singular and plural form.
A converter that converts an object of type NameConverter to a singular form, and optionally also a plural form.
An interface that signals that the implementing class has a name in singular and plural form.
A NumberSuffixFormatter that generates a suffix based on an array of suffixes and an interval, configured with NamedSuffixFormatter.SUFFIXES and NamedSuffixFormatter.INTERVAL.
A text implementation that takes a supplied object and returns its name by using TextFactory.getName(Object, boolean).
An exception that is thrown when a Component has dependencies that have not been registered, or if a single Component is requested from the InjectorImpl and none are present.
A formatter that formats a BigDecimal number to a String.
A formatter that scales a BigDecimal number and assigns it a suffix.
Data class containing the output of a NumberSuffixFormatter.
A Text implementation that formats a supplied Number using a NumberFormatter determined by ConfigurationKeys.NUMBER_FORMATTER.
A numeric value that can be backed by various Number types.
Various operations for Numerals.
A Text implementation that formats a supplied Numeral using a NumberFormatter determined by ConfigurationKeys.NUMBER_FORMATTER.
Enum containing the six types that a Numeral can be backed with.
An Operation represents a math operation that has one input and an arbitrary number of parameters.
An Operation that chains multiple operations together.
A builder for OperationChain.
Wraps an Operation as a Modifier.
Various math operations for Numerals.
An exception that is thrown when a TypeRef is instantiated with the count of parameters not matching with the associated Class.
 
An exception that is thrown when Injector.invokeEvent(Object) is called with an object that has type parameters but does not implement ParametricEvent.
A converter that converts a singular noun to a plural one.
Various math operations for checking the ranges of Numerals.
A NumberFormatter that formats a number in a natural form.
An Operation that takes in one parameter along with an input.
An Operation that takes in no parameters, only an input.
A namespace for Handles.
Implementation of Space.
A NumberFormatter that splits a number into multiple parts in order of magnitude and outputs them in a list.
Defines a single part to be used with SplittingNumberFormatter.
A Text implementation that returns a predetermined String.
A numeric value backed with a Numeral.
Utilities for manipulating strings
A String generation interface.
Configuration used by NumberFormatters, NumberSuffixFormatters, Texts and the TextFactory.
Thrown if a TextConfiguration has an invalid value for the component using it.
Builder for TextConfiguration.
A singleton class that generates Strings from Text objects.
Implementation of TextFactory, a singleton class that generates Strings from Text objects.
Initializes Spaces and Handles used by this module.
Utilities for this module
An ordered implementation of HandleMap backed with a TreeMap.
An ordered implementation of HandleSet backed with a TreeSet.
Represents a type with parameters.
An exception that is thrown when a Component or any of its dependencies have an unresolved or unknown type.
A mutable numeric value identified by a Handle and backed with a Numeral that supports dynamic Modifiers.
A mutable numeric value identified by a Handle and backed with a Numeral that supports dynamic Modifiers.
An extension of HandleMap for storing and manipulating multiple Values simultaneously.
Initializer methods for Values (ValueImpl and StaticValue).
A Text implementation that formats a supplied Numeral using a NumberFormatter determined by ConfigurationKeys.NUMBER_FORMATTER.