- equals(Object) - Method in class net.java.truecommons.shed.BitField
-
Returns true if and only if the given object is another
BitField and contains the same bits.
- equals(Object) - Method in class net.java.truecommons.shed.Option
-
- equals(Object) - Method in class net.java.truecommons.shed.UniqueObject
-
Returns this == obj.
- ExceptionBuilder<I extends Throwable,O extends Throwable> - Interface in net.java.truecommons.shed
-
An exception builder is an exception handler which assembles an exception
of the parameter type O from one or more exceptions of the parameter
type I.
- ExceptionHandler<I extends Throwable,O extends Throwable> - Interface in net.java.truecommons.shed
-
A generic callback interface designed to be implemented by client
applications in order to inject an exception handling strategy into a
cooperative algorithm as its dependency.
- ExtensionSet - Class in net.java.truecommons.shed
-
An ordered set of canonicalized extensions.
- ExtensionSet() - Constructor for class net.java.truecommons.shed.ExtensionSet
-
Constructs a new, empty extension set.
- ExtensionSet(String) - Constructor for class net.java.truecommons.shed.ExtensionSet
-
Constructs a new extension set from the given extension list.
- ExtensionSet(Collection<String>) - Constructor for class net.java.truecommons.shed.ExtensionSet
-
Constructs a new extension set by adding the canonical form of all
extensions for all extension lists in the given collection.