- fail(I) - Method in class net.java.truecommons.shed.AbstractExceptionBuilder
-
Adds input to the assembly and checks out and returns the
result in order to enable the assembly of another exception.
- fail(I) - Method in interface net.java.truecommons.shed.ExceptionBuilder
-
Adds input to the assembly and checks out and returns the
result in order to enable the assembly of another exception.
- fail(I) - Method in interface net.java.truecommons.shed.ExceptionHandler
-
Called to handle an exception which doesn't allow the caller
to proceed with its task.
- fill(ByteBuffer, byte) - Static method in class net.java.truecommons.shed.Buffers
-
Overwrites the remaining bytes of the given byte buffer with the
given value.
- fill(CharBuffer, char) - Static method in class net.java.truecommons.shed.Buffers
-
Overwrites the remaining characters of the given char buffer with the
given value.
- Filter<T> - Interface in net.java.truecommons.shed
-
A generic filter for items of any type.
- FilteringIterator<T> - Class in net.java.truecommons.shed
-
- FilteringIterator(Iterable<T>) - Constructor for class net.java.truecommons.shed.FilteringIterator
-
Constructs a new filtering iterator which filters the given iterable.
- FilteringIterator(Iterator<T>) - Constructor for class net.java.truecommons.shed.FilteringIterator
-
Constructs a new filtering iterator which filters the given iterator.
- fragment(String) - Method in class net.java.truecommons.shed.UriBuilder
-
Sets the URI fragment component.