Interface | Description |
---|---|
ArgumentsParser.ArgumentEnum |
Class | Description |
---|---|
ArgumentsParser | |
BaseProperties | |
ClientOS | |
CollectionFactory |
This class provides factory methods for creating data structures.
|
ElapseTimer | |
JavaCompatiblity |
To keep track of potential changes driven by Java 8 for sure.
|
LRUCache<K,V> |
A simple cache with an LRU (Least-Recently-Used) eviction policy; extend this class and override its sole abstract method.
|
PropertiesUtils | |
TextUtils |
This class is a collection of text utilities.
|
TextUtils.ObjectsByToString |
Comparator class for sorting Objects by their string name.
|
TextUtils.UnitScale |
Unit is a typesafe enum class that describes a unit scale (metric factors of 10).
|
UniqueIDGenerator |
Thread safe unique id generator
|
UsageFormatter |
UsageFormatter class
Class to log Electric usage and record that information on disk
|
Enum | Description |
---|---|
ClientOS.OS |
OS is a typesafe enum class that describes the current operating system.
|