- CanonicalStringSet - Class in net.java.truecommons.shed
-
An abstract set of the canonical string representation of objects in
natural sort order.
- CanonicalStringSet(CanonicalStringSet.Canonicalizer, char) - Constructor for class net.java.truecommons.shed.CanonicalStringSet
-
Constructs a new, empty set of canonical strings.
- CanonicalStringSet.Canonicalizer - Interface in net.java.truecommons.shed
-
An idempotent function which maps an arbitrary object to its canonical
string representation.
- cardinality() - Method in class net.java.truecommons.shed.BitField
-
Returns the number of bits set in this field.
- charArray(ByteBuffer) - Static method in class net.java.truecommons.shed.Buffers
-
- charBuffer(ByteBuffer) - Static method in class net.java.truecommons.shed.Buffers
-
- check() - Method in class net.java.truecommons.shed.AbstractExceptionBuilder
-
Either returns or checks out and throws the result of the assembly in
order to enable the assembly of another output exception.
- check() - Method in interface net.java.truecommons.shed.ExceptionBuilder
-
Either returns or checks out and throws the result of the assembly in
order to enable the assembly of another output exception.
- clear(E) - Method in class net.java.truecommons.shed.BitField
-
Clears the given bit.
- clear() - Method in class net.java.truecommons.shed.CanonicalStringSet
-
- clear() - Method in class net.java.truecommons.shed.UriBuilder
-
Clears the state of this URI builder.
- close() - Method in class net.java.truecommons.shed.Resource
-
Closes this resource.
- close() - Method in interface net.java.truecommons.shed.Stream
-
Closes this stream.
- CompoundIterator<E> - Class in net.java.truecommons.shed
-
Concatenates two iterators.
- CompoundIterator(Iterator<? extends E>, Iterator<? extends E>) - Constructor for class net.java.truecommons.shed.CompoundIterator
-
- contains(Object) - Method in class net.java.truecommons.shed.CanonicalStringSet
-
The implementation in the class
CanonicalStringSet first
canonicalizes the given parameter before the operation is continued.
- contains(String, String, char) - Static method in class net.java.truecommons.shed.Paths
-
Returns true if and only if the path name represented by a
contains the path name represented by b.
- contains(Throwable, Throwable) - Static method in class net.java.truecommons.shed.Throwables
-
Returns
true if and only if
thiz is identical to
that or has been (recursively)
caused by it.
- containsAll(CanonicalStringSet) - Method in class net.java.truecommons.shed.CanonicalStringSet
-
Tests if all canonical strings in the given set are contained in this
set.
- containsAll(String) - Method in class net.java.truecommons.shed.CanonicalStringSet
-
Tests if the canonical form of all strings in the given string list
is contained in this set.
- ControlFlowException - Error in net.java.truecommons.shed
-
Indicates a condition which requires non-local control flow.
- ControlFlowException() - Constructor for error net.java.truecommons.shed.ControlFlowException
-
- ControlFlowException(Throwable) - Constructor for error net.java.truecommons.shed.ControlFlowException
-
- ControlFlowException(boolean) - Constructor for error net.java.truecommons.shed.ControlFlowException
-
- ControlFlowException(Throwable, boolean) - Constructor for error net.java.truecommons.shed.ControlFlowException
-
- copy(ByteBuffer) - Static method in class net.java.truecommons.shed.Buffers
-
Copies the given byte buffer into a new direct byte buffer.
- copyOf(Collection<E>) - Static method in class net.java.truecommons.shed.BitField
-
Returns a bit field which contains the same bits as the given collection
of enums.
- cutTrailingSeparators(String, char) - Static method in class net.java.truecommons.shed.Paths
-
Cuts off any separator characters at the end of the given path name,
unless the path name contains of only separator characters, in which
case a single separator character is retained to denote the root
directory.