- set(T) - Method in class org.leialearns.common.Setting
-
Sets the value, if possible.
- setRegexFormat(boolean) - Method in class org.leialearns.common.logging.SimpleFormatter
-
Sets property regexFormat.
- Setting<T> - Class in org.leialearns.common
-
Encapsulates a reference to a value that can be set only once.
- Setting(String, Supplier<T>) - Constructor for class org.leialearns.common.Setting
-
Creates a new Setting instance.
- Setting(String, T) - Constructor for class org.leialearns.common.Setting
-
Creates a new Setting instance.
- Setting(String) - Constructor for class org.leialearns.common.Setting
-
Creates a new Setting instance.
- show(String) - Static method in class org.leialearns.common.Display
-
Shows a string in such a way that it can be uniquely decoded, but with a minimum of syntactic sugar.
- SilentSetting(String, T) - Constructor for class org.leialearns.common.logging.SimpleFormatter.SilentSetting
-
- SimpleFormatter - Class in org.leialearns.common.logging
-
Provides a formatter that can be used with java.util.logging to produce single-line log-entries that
are reasonably compact and are prefixed with a sort-proof time-stamp.
- SimpleFormatter() - Constructor for class org.leialearns.common.logging.SimpleFormatter
-
Creates a new SimpleFormatter instance.
- SimpleFormatter.SilentSetting<T> - Class in org.leialearns.common.logging
-
- Static - Class in org.leialearns.common
-
Provides static convenience methods.
- stream() - Method in class org.leialearns.common.TypedIterable
-
Returns this iterable as a
Stream.