- scheme(String) - Method in class net.java.truecommons.shed.UriBuilder
-
Sets the URI scheme component.
- SEPARATOR - Static variable in class net.java.truecommons.shed.ExtensionSet
-
The separator for extensions in lists, which is 124.
- set(E, boolean) - Method in class net.java.truecommons.shed.BitField
-
Sets or clears the given bit.
- set(E) - Method in class net.java.truecommons.shed.BitField
-
Sets the given bit.
- setAuthority(String) - Method in class net.java.truecommons.shed.UriBuilder
-
Sets the URI authority component.
- setFragment(String) - Method in class net.java.truecommons.shed.UriBuilder
-
Sets the URI fragment component.
- setPath(String) - Method in class net.java.truecommons.shed.UriBuilder
-
Sets the URI path component.
- setPathQuery(String) - Method in class net.java.truecommons.shed.UriBuilder
-
Sets the URI path an query components by splitting the given string at
the first occurence of the query separator '?'.
- setQuery(String) - Method in class net.java.truecommons.shed.UriBuilder
-
Sets the URI query component.
- setScheme(String) - Method in class net.java.truecommons.shed.UriBuilder
-
Sets the URI scheme component.
- setString(String) - Method in class net.java.truecommons.shed.UriBuilder
-
Initializes all URI components from the given URI string.
- setUri(URI) - Method in class net.java.truecommons.shed.UriBuilder
-
Initializes all URI components from the given URI.
- size() - Method in class net.java.truecommons.shed.CanonicalStringSet
-
- some(T) - Static method in class net.java.truecommons.shed.Option
-
Returns an option with the given element.
- split(String, char, boolean) - Static method in class net.java.truecommons.shed.Paths
-
- split(String) - Method in class net.java.truecommons.shed.PathSplitter
-
Splits the given path name into its parent path name and member name.
- Stream<T> - Interface in net.java.truecommons.shed
-
A generic stream collection interface.
- string(ByteBuffer) - Static method in class net.java.truecommons.shed.Buffers
-
- string(String) - Method in class net.java.truecommons.shed.UriBuilder
-
Initializes all URI components from the given URI string.
- SuppressedExceptionBuilder<X extends Throwable> - Class in net.java.truecommons.shed
-
Assembles an
Exception from one or more input exceptions by
suppressing all but the
first input exception.
- SuppressedExceptionBuilder() - Constructor for class net.java.truecommons.shed.SuppressedExceptionBuilder
-
Constructs a new suppressed exception builder.