Index

A B C D E F G I J L M N O P R S T U W X 
All Classes All Packages

A

AbstractHandler - Class in org.marid.logging
 
AbstractHandler() - Constructor for class org.marid.logging.AbstractHandler
 
AbstractHandler(Formatter, Filter) - Constructor for class org.marid.logging.AbstractHandler
 
accept(double) - Method in interface org.marid.io.function.IODoubleConsumer
 
accept(double) - Method in interface org.marid.misc.InvocationDoubleConsumer
 
accept(double) - Method in interface org.marid.misc.ReflectiveDoubleConsumer
 
accept(int) - Method in interface org.marid.io.function.IOIntConsumer
 
accept(int) - Method in interface org.marid.misc.InvocationIntConsumer
 
accept(int) - Method in interface org.marid.misc.ReflectiveIntConsumer
 
accept(long) - Method in interface org.marid.io.function.IOLongConsumer
 
accept(long) - Method in interface org.marid.misc.InvocationLongConsumer
 
accept(long) - Method in interface org.marid.misc.ReflectiveLongConsumer
 
accept(T) - Method in interface org.marid.io.function.IOConsumer
 
accept(T) - Method in interface org.marid.misc.ClassLoadingConsumer
 
accept(T) - Method in interface org.marid.misc.InvocationConsumer
 
accept(T) - Method in interface org.marid.misc.ReflectiveConsumer
 
accept(T, double) - Method in interface org.marid.io.function.IOObjDoubleConsumer
 
accept(T, double) - Method in interface org.marid.misc.InvocationObjDoubleConsumer
 
accept(T, double) - Method in interface org.marid.misc.ReflectiveObjDoubleConsumer
 
accept(T, int) - Method in interface org.marid.io.function.IOObjIntConsumer
 
accept(T, int) - Method in interface org.marid.misc.InvocationObjIntConsumer
 
accept(T, int) - Method in interface org.marid.misc.ReflectiveObjIntConsumer
 
accept(T, long) - Method in interface org.marid.io.function.IOObjLongConsumer
 
accept(T, long) - Method in interface org.marid.misc.InvocationObjLongConsumer
 
accept(T, long) - Method in interface org.marid.misc.ReflectiveObjLongConsumer
 
accept(T, U) - Method in interface org.marid.io.function.IOBiConsumer
 
accept(T, U) - Method in interface org.marid.misc.ClassLoadingBiConsumer
 
accept(T, U) - Method in interface org.marid.misc.InvocationBiConsumer
 
accept(T, U) - Method in interface org.marid.misc.ReflectiveBiConsumer
 
acceptChecked(double) - Method in interface org.marid.io.function.IODoubleConsumer
 
acceptChecked(double) - Method in interface org.marid.misc.InvocationDoubleConsumer
 
acceptChecked(double) - Method in interface org.marid.misc.ReflectiveDoubleConsumer
 
acceptChecked(int) - Method in interface org.marid.io.function.IOIntConsumer
 
acceptChecked(int) - Method in interface org.marid.misc.InvocationIntConsumer
 
acceptChecked(int) - Method in interface org.marid.misc.ReflectiveIntConsumer
 
acceptChecked(long) - Method in interface org.marid.io.function.IOLongConsumer
 
acceptChecked(long) - Method in interface org.marid.misc.InvocationLongConsumer
 
acceptChecked(long) - Method in interface org.marid.misc.ReflectiveLongConsumer
 
acceptChecked(T) - Method in interface org.marid.io.function.IOConsumer
 
acceptChecked(T) - Method in interface org.marid.misc.ClassLoadingConsumer
 
acceptChecked(T) - Method in interface org.marid.misc.InvocationConsumer
 
acceptChecked(T) - Method in interface org.marid.misc.ReflectiveConsumer
 
acceptChecked(T, double) - Method in interface org.marid.io.function.IOObjDoubleConsumer
 
acceptChecked(T, double) - Method in interface org.marid.misc.InvocationObjDoubleConsumer
 
acceptChecked(T, double) - Method in interface org.marid.misc.ReflectiveObjDoubleConsumer
 
acceptChecked(T, int) - Method in interface org.marid.io.function.IOObjIntConsumer
 
acceptChecked(T, int) - Method in interface org.marid.misc.InvocationObjIntConsumer
 
acceptChecked(T, int) - Method in interface org.marid.misc.ReflectiveObjIntConsumer
 
acceptChecked(T, long) - Method in interface org.marid.io.function.IOObjLongConsumer
 
acceptChecked(T, long) - Method in interface org.marid.misc.InvocationObjLongConsumer
 
acceptChecked(T, long) - Method in interface org.marid.misc.ReflectiveObjLongConsumer
 
acceptChecked(T, U) - Method in interface org.marid.io.function.IOBiConsumer
 
acceptChecked(T, U) - Method in interface org.marid.misc.ClassLoadingBiConsumer
 
acceptChecked(T, U) - Method in interface org.marid.misc.InvocationBiConsumer
 
acceptChecked(T, U) - Method in interface org.marid.misc.ReflectiveBiConsumer
 
Annotations - Class in org.marid.misc
 
Annotations() - Constructor for class org.marid.misc.Annotations
 
append(Element, String, Consumer<Element>...) - Static method in interface org.marid.xml.XmlUtils
 
appendTo(E, Element) - Static method in interface org.marid.xml.XmlUtils
 
apply(double) - Method in interface org.marid.io.function.IODoubleFunction
 
apply(double) - Method in interface org.marid.misc.InvocationDoubleFunction
 
apply(double) - Method in interface org.marid.misc.ReflectiveDoubleFunction
 
apply(int) - Method in interface org.marid.io.function.IOIntFunction
 
apply(int) - Method in interface org.marid.misc.InvocationIntFunction
 
apply(int) - Method in interface org.marid.misc.ReflectiveIntFunction
 
apply(long) - Method in interface org.marid.io.function.IOLongFunction
 
apply(long) - Method in interface org.marid.misc.InvocationLongFunction
 
apply(long) - Method in interface org.marid.misc.ReflectiveLongFunction
 
apply(T) - Method in interface org.marid.io.function.IOFunction
 
apply(T) - Method in interface org.marid.io.function.IOUnaryOperator
 
apply(T) - Method in interface org.marid.misc.ClassLoadingFunction
 
apply(T) - Method in interface org.marid.misc.InvocationFunction
 
apply(T) - Method in interface org.marid.misc.InvocationUnaryOperator
 
apply(T) - Method in interface org.marid.misc.ReflectiveFunction
 
apply(T) - Method in interface org.marid.misc.ReflectiveUnaryOperator
 
apply(T, T) - Method in interface org.marid.io.function.IOBinaryOperator
 
apply(T, T) - Method in interface org.marid.misc.InvocationBinaryOperator
 
apply(T, T) - Method in interface org.marid.misc.ReflectiveBinaryOperator
 
apply(T, U) - Method in interface org.marid.io.function.IOBiFunction
 
apply(T, U) - Method in interface org.marid.misc.ClassLoadingBiFunction
 
apply(T, U) - Method in interface org.marid.misc.InvocationBiFunction
 
apply(T, U) - Method in interface org.marid.misc.ReflectiveBiFunction
 
applyAsDouble(double) - Method in interface org.marid.io.function.IODoubleUnaryOperator
 
applyAsDouble(double) - Method in interface org.marid.misc.InvocationDoubleUnaryOperator
 
applyAsDouble(double) - Method in interface org.marid.misc.ReflectiveDoubleUnaryOperator
 
applyAsDouble(double, double) - Method in interface org.marid.io.function.IODoubleBinaryOperator
 
applyAsDouble(double, double) - Method in interface org.marid.misc.InvocationDoubleBinaryOperator
 
applyAsDouble(double, double) - Method in interface org.marid.misc.ReflectiveDoubleBinaryOperator
 
applyAsDouble(int) - Method in interface org.marid.io.function.IOIntToDoubleFunction
 
applyAsDouble(int) - Method in interface org.marid.misc.InvocationIntToDoubleFunction
 
applyAsDouble(int) - Method in interface org.marid.misc.ReflectiveIntToDoubleFunction
 
applyAsDouble(long) - Method in interface org.marid.io.function.IOLongToDoubleFunction
 
applyAsDouble(long) - Method in interface org.marid.misc.InvocationLongToDoubleFunction
 
applyAsDouble(long) - Method in interface org.marid.misc.ReflectiveLongToDoubleFunction
 
applyAsDouble(T) - Method in interface org.marid.io.function.IOToDoubleFunction
 
applyAsDouble(T) - Method in interface org.marid.misc.InvocationToDoubleFunction
 
applyAsDouble(T) - Method in interface org.marid.misc.ReflectiveToDoubleFunction
 
applyAsDouble(T, U) - Method in interface org.marid.io.function.IOToDoubleBiFunction
 
applyAsDouble(T, U) - Method in interface org.marid.misc.InvocationToDoubleBiFunction
 
applyAsDouble(T, U) - Method in interface org.marid.misc.ReflectiveToDoubleBiFunction
 
applyAsDoubleChecked(double) - Method in interface org.marid.io.function.IODoubleUnaryOperator
 
applyAsDoubleChecked(double) - Method in interface org.marid.misc.InvocationDoubleUnaryOperator
 
applyAsDoubleChecked(double) - Method in interface org.marid.misc.ReflectiveDoubleUnaryOperator
 
applyAsDoubleChecked(double, double) - Method in interface org.marid.io.function.IODoubleBinaryOperator
 
applyAsDoubleChecked(double, double) - Method in interface org.marid.misc.InvocationDoubleBinaryOperator
 
applyAsDoubleChecked(double, double) - Method in interface org.marid.misc.ReflectiveDoubleBinaryOperator
 
applyAsDoubleChecked(int) - Method in interface org.marid.io.function.IOIntToDoubleFunction
 
applyAsDoubleChecked(int) - Method in interface org.marid.misc.InvocationIntToDoubleFunction
 
applyAsDoubleChecked(int) - Method in interface org.marid.misc.ReflectiveIntToDoubleFunction
 
applyAsDoubleChecked(long) - Method in interface org.marid.io.function.IOLongToDoubleFunction
 
applyAsDoubleChecked(long) - Method in interface org.marid.misc.InvocationLongToDoubleFunction
 
applyAsDoubleChecked(long) - Method in interface org.marid.misc.ReflectiveLongToDoubleFunction
 
applyAsDoubleChecked(T) - Method in interface org.marid.io.function.IOToDoubleFunction
 
applyAsDoubleChecked(T) - Method in interface org.marid.misc.InvocationToDoubleFunction
 
applyAsDoubleChecked(T) - Method in interface org.marid.misc.ReflectiveToDoubleFunction
 
applyAsDoubleChecked(T, U) - Method in interface org.marid.io.function.IOToDoubleBiFunction
 
applyAsDoubleChecked(T, U) - Method in interface org.marid.misc.InvocationToDoubleBiFunction
 
applyAsDoubleChecked(T, U) - Method in interface org.marid.misc.ReflectiveToDoubleBiFunction
 
applyAsInt(double) - Method in interface org.marid.io.function.IODoubleToIntFunction
 
applyAsInt(double) - Method in interface org.marid.misc.InvocationDoubleToIntFunction
 
applyAsInt(double) - Method in interface org.marid.misc.ReflectiveDoubleToIntFunction
 
applyAsInt(int) - Method in interface org.marid.io.function.IOIntUnaryOperator
 
applyAsInt(int) - Method in interface org.marid.misc.InvocationIntUnaryOperator
 
applyAsInt(int) - Method in interface org.marid.misc.ReflectiveIntUnaryOperator
 
applyAsInt(int, int) - Method in interface org.marid.io.function.IOIntBinaryOperator
 
applyAsInt(int, int) - Method in interface org.marid.misc.InvocationIntBinaryOperator
 
applyAsInt(int, int) - Method in interface org.marid.misc.ReflectiveIntBinaryOperator
 
applyAsInt(long) - Method in interface org.marid.io.function.IOLongToIntFunction
 
applyAsInt(long) - Method in interface org.marid.misc.InvocationLongToIntFunction
 
applyAsInt(long) - Method in interface org.marid.misc.ReflectiveLongToIntFunction
 
applyAsInt(T) - Method in interface org.marid.io.function.IOToIntFunction
 
applyAsInt(T) - Method in interface org.marid.misc.InvocationToIntFunction
 
applyAsInt(T) - Method in interface org.marid.misc.ReflectiveToIntFunction
 
applyAsInt(T, U) - Method in interface org.marid.io.function.IOToIntBiFunction
 
applyAsInt(T, U) - Method in interface org.marid.misc.InvocationToIntBiFunction
 
applyAsInt(T, U) - Method in interface org.marid.misc.ReflectiveToIntBiFunction
 
applyAsIntChecked(double) - Method in interface org.marid.io.function.IODoubleToIntFunction
 
applyAsIntChecked(double) - Method in interface org.marid.misc.InvocationDoubleToIntFunction
 
applyAsIntChecked(double) - Method in interface org.marid.misc.ReflectiveDoubleToIntFunction
 
applyAsIntChecked(int) - Method in interface org.marid.io.function.IOIntUnaryOperator
 
applyAsIntChecked(int) - Method in interface org.marid.misc.InvocationIntUnaryOperator
 
applyAsIntChecked(int) - Method in interface org.marid.misc.ReflectiveIntUnaryOperator
 
applyAsIntChecked(int, int) - Method in interface org.marid.io.function.IOIntBinaryOperator
 
applyAsIntChecked(int, int) - Method in interface org.marid.misc.InvocationIntBinaryOperator
 
applyAsIntChecked(int, int) - Method in interface org.marid.misc.ReflectiveIntBinaryOperator
 
applyAsIntChecked(long) - Method in interface org.marid.io.function.IOLongToIntFunction
 
applyAsIntChecked(long) - Method in interface org.marid.misc.InvocationLongToIntFunction
 
applyAsIntChecked(long) - Method in interface org.marid.misc.ReflectiveLongToIntFunction
 
applyAsIntChecked(T) - Method in interface org.marid.io.function.IOToIntFunction
 
applyAsIntChecked(T) - Method in interface org.marid.misc.InvocationToIntFunction
 
applyAsIntChecked(T) - Method in interface org.marid.misc.ReflectiveToIntFunction
 
applyAsIntChecked(T, U) - Method in interface org.marid.io.function.IOToIntBiFunction
 
applyAsIntChecked(T, U) - Method in interface org.marid.misc.InvocationToIntBiFunction
 
applyAsIntChecked(T, U) - Method in interface org.marid.misc.ReflectiveToIntBiFunction
 
applyAsLong(double) - Method in interface org.marid.io.function.IODoubleToLongFunction
 
applyAsLong(double) - Method in interface org.marid.misc.InvocationDoubleToLongFunction
 
applyAsLong(double) - Method in interface org.marid.misc.ReflectiveDoubleToLongFunction
 
applyAsLong(int) - Method in interface org.marid.io.function.IOIntToLongFunction
 
applyAsLong(int) - Method in interface org.marid.misc.InvocationIntToLongFunction
 
applyAsLong(int) - Method in interface org.marid.misc.ReflectiveIntToLongFunction
 
applyAsLong(long) - Method in interface org.marid.io.function.IOLongUnaryOperator
 
applyAsLong(long) - Method in interface org.marid.misc.InvocationLongUnaryOperator
 
applyAsLong(long) - Method in interface org.marid.misc.ReflectiveLongUnaryOperator
 
applyAsLong(long, long) - Method in interface org.marid.io.function.IOLongBinaryOperator
 
applyAsLong(long, long) - Method in interface org.marid.misc.InvocationLongBinaryOperator
 
applyAsLong(long, long) - Method in interface org.marid.misc.ReflectiveLongBinaryOperator
 
applyAsLong(T) - Method in interface org.marid.io.function.IOToLongFunction
 
applyAsLong(T) - Method in interface org.marid.misc.InvocationToLongFunction
 
applyAsLong(T) - Method in interface org.marid.misc.ReflectiveToLongFunction
 
applyAsLong(T, U) - Method in interface org.marid.io.function.IOToLongBiFunction
 
applyAsLong(T, U) - Method in interface org.marid.misc.InvocationToLongBiFunction
 
applyAsLong(T, U) - Method in interface org.marid.misc.ReflectiveToLongBiFunction
 
applyAsLongChecked(double) - Method in interface org.marid.io.function.IODoubleToLongFunction
 
applyAsLongChecked(double) - Method in interface org.marid.misc.InvocationDoubleToLongFunction
 
applyAsLongChecked(double) - Method in interface org.marid.misc.ReflectiveDoubleToLongFunction
 
applyAsLongChecked(int) - Method in interface org.marid.io.function.IOIntToLongFunction
 
applyAsLongChecked(int) - Method in interface org.marid.misc.InvocationIntToLongFunction
 
applyAsLongChecked(int) - Method in interface org.marid.misc.ReflectiveIntToLongFunction
 
applyAsLongChecked(long) - Method in interface org.marid.io.function.IOLongUnaryOperator
 
applyAsLongChecked(long) - Method in interface org.marid.misc.InvocationLongUnaryOperator
 
applyAsLongChecked(long) - Method in interface org.marid.misc.ReflectiveLongUnaryOperator
 
applyAsLongChecked(long, long) - Method in interface org.marid.io.function.IOLongBinaryOperator
 
applyAsLongChecked(long, long) - Method in interface org.marid.misc.InvocationLongBinaryOperator
 
applyAsLongChecked(long, long) - Method in interface org.marid.misc.ReflectiveLongBinaryOperator
 
applyAsLongChecked(T) - Method in interface org.marid.io.function.IOToLongFunction
 
applyAsLongChecked(T) - Method in interface org.marid.misc.InvocationToLongFunction
 
applyAsLongChecked(T) - Method in interface org.marid.misc.ReflectiveToLongFunction
 
applyAsLongChecked(T, U) - Method in interface org.marid.io.function.IOToLongBiFunction
 
applyAsLongChecked(T, U) - Method in interface org.marid.misc.InvocationToLongBiFunction
 
applyAsLongChecked(T, U) - Method in interface org.marid.misc.ReflectiveToLongBiFunction
 
applyChecked(double) - Method in interface org.marid.io.function.IODoubleFunction
 
applyChecked(double) - Method in interface org.marid.misc.InvocationDoubleFunction
 
applyChecked(double) - Method in interface org.marid.misc.ReflectiveDoubleFunction
 
applyChecked(int) - Method in interface org.marid.io.function.IOIntFunction
 
applyChecked(int) - Method in interface org.marid.misc.InvocationIntFunction
 
applyChecked(int) - Method in interface org.marid.misc.ReflectiveIntFunction
 
applyChecked(long) - Method in interface org.marid.io.function.IOLongFunction
 
applyChecked(long) - Method in interface org.marid.misc.InvocationLongFunction
 
applyChecked(long) - Method in interface org.marid.misc.ReflectiveLongFunction
 
applyChecked(T) - Method in interface org.marid.io.function.IOFunction
 
applyChecked(T) - Method in interface org.marid.io.function.IOUnaryOperator
 
applyChecked(T) - Method in interface org.marid.misc.ClassLoadingFunction
 
applyChecked(T) - Method in interface org.marid.misc.InvocationFunction
 
applyChecked(T) - Method in interface org.marid.misc.InvocationUnaryOperator
 
applyChecked(T) - Method in interface org.marid.misc.ReflectiveFunction
 
applyChecked(T) - Method in interface org.marid.misc.ReflectiveUnaryOperator
 
applyChecked(T, T) - Method in interface org.marid.io.function.IOBinaryOperator
 
applyChecked(T, T) - Method in interface org.marid.misc.InvocationBinaryOperator
 
applyChecked(T, T) - Method in interface org.marid.misc.ReflectiveBinaryOperator
 
applyChecked(T, U) - Method in interface org.marid.io.function.IOBiFunction
 
applyChecked(T, U) - Method in interface org.marid.misc.ClassLoadingBiFunction
 
applyChecked(T, U) - Method in interface org.marid.misc.InvocationBiFunction
 
applyChecked(T, U) - Method in interface org.marid.misc.ReflectiveBiFunction
 
attribute(Element, String) - Static method in interface org.marid.io.Xmls
 

B

build() - Method in class org.marid.misc.Builder
 
build(T, Consumer<T>) - Static method in class org.marid.misc.Builder
 
build(T, Consumer<T>...) - Static method in class org.marid.misc.Builder
 
Builder<T> - Class in org.marid.misc
 
Builder(T) - Constructor for class org.marid.misc.Builder
 

C

call(Callable<T>) - Static method in interface org.marid.misc.Calls
 
call(Callable<T>, Function<Exception, RuntimeException>) - Static method in interface org.marid.misc.Calls
 
Calls - Interface in org.marid.misc
 
callWithFreeIndex(IntFunction<E>) - Method in class org.marid.misc.FreeIndexAllocator
 
callWithFreeIndexExceptionally(IntFunction<Callable<E>>) - Method in class org.marid.misc.FreeIndexAllocator
 
cast(Object) - Static method in interface org.marid.misc.Casts
 
Casts - Interface in org.marid.misc
 
children(Element, Function<Element, T>) - Static method in interface org.marid.xml.XmlStreams
 
children(Element, Function<Element, T>, Predicate<RuntimeException>) - Static method in interface org.marid.xml.XmlStreams
 
children(Node) - Static method in interface org.marid.xml.XmlStreams
 
children(Node, Class<N>) - Static method in interface org.marid.xml.XmlStreams
 
ClassLoadingBiConsumer<T,​U> - Interface in org.marid.misc
 
ClassLoadingBiFunction<T,​U,​R> - Interface in org.marid.misc
 
ClassLoadingBiPredicate<T,​U> - Interface in org.marid.misc
 
ClassLoadingConsumer<T> - Interface in org.marid.misc
 
ClassLoadingFunction<T,​R> - Interface in org.marid.misc
 
ClassLoadingPredicate<T> - Interface in org.marid.misc
 
ClassLoadingSupplier<T> - Interface in org.marid.misc
 
classpath(Path, Path...) - Static method in interface org.marid.misc.Urls
 
close() - Method in class org.marid.io.ProcessManager
 
close() - Method in class org.marid.logging.AbstractHandler
 
close() - Method in class org.marid.logging.MaridConsoleLogHandler
 
close() - Method in class org.marid.logging.MaridFileLogHandler
 
color(String) - Static method in interface org.marid.image.Colors
 
Colors - Interface in org.marid.image
 
content(Element) - Static method in interface org.marid.io.Xmls
 
copy(InputStream, Path, CopyOption...) - Static method in interface org.marid.io.MaridFiles
 
copy(Path, OutputStream) - Static method in interface org.marid.io.MaridFiles
 
copy(Path, Path, CopyOption...) - Static method in interface org.marid.io.MaridFiles
 
count(String, char) - Static method in interface org.marid.misc.StringUtils
 
create(Node, String, Consumer<Element>...) - Static method in interface org.marid.io.Xmls
 
createDirectories(Path, FileAttribute<?>...) - Static method in interface org.marid.io.MaridFiles
 
createDirectory(Path, FileAttribute<?>...) - Static method in interface org.marid.io.MaridFiles
 

D

delete(Path) - Static method in interface org.marid.io.MaridFiles
 
deleteIfExists(Path) - Static method in interface org.marid.io.MaridFiles
 
deleteRecursively(Path) - Static method in interface org.marid.io.MaridFiles
 
draw(int, int, Color, Graphics2D) - Static method in class org.marid.image.MaridIcon
 
draw(GraphicsContext, int, Color) - Static method in class org.marid.image.MaridIconFx
 
duration(LogManager, String, Duration) - Method in class org.marid.logging.AbstractHandler
 

E

element(String, Node) - Static method in interface org.marid.io.Xmls
 
elements(String, Node) - Static method in interface org.marid.io.Xmls
 
elements(Node) - Static method in interface org.marid.io.Xmls
 
elements(Node, String) - Static method in interface org.marid.io.Xmls
 
elementsByTag(Element, String) - Static method in interface org.marid.xml.XmlStreams
 

F

fetch(AnnotatedElement) - Static method in class org.marid.misc.Annotations
 
fetch(AnnotatedElement, Class<A>) - Static method in class org.marid.misc.Annotations
 
fetchOne(AnnotatedElement, Class<A>) - Static method in class org.marid.misc.Annotations
 
files(Path, String) - Static method in interface org.marid.misc.Urls
 
filter(LogManager, String, Filter) - Method in class org.marid.logging.AbstractHandler
 
flush() - Method in class org.marid.logging.AbstractHandler
 
flush() - Method in class org.marid.logging.MaridConsoleLogHandler
 
flush() - Method in class org.marid.logging.MaridFileLogHandler
 
forEach(Iterable<E>, BiConsumer<Boolean, E>) - Static method in interface org.marid.collections.MaridIterators
 
format(LogRecord) - Method in class org.marid.logging.MaridLogFormatter
 
FORMATTED_TRANSFORMER_CONFIGURER - Static variable in interface org.marid.io.Xmls
 
formatter(LogManager, String, Formatter) - Method in class org.marid.logging.AbstractHandler
 
free(int) - Method in class org.marid.misc.FreeIndexAllocator
 
freeIndex() - Method in class org.marid.misc.FreeIndexAllocator
 
FreeIndexAllocator - Class in org.marid.misc
 
FreeIndexAllocator() - Constructor for class org.marid.misc.FreeIndexAllocator
 

G

get() - Method in interface org.marid.io.function.IOSupplier
 
get() - Method in interface org.marid.misc.ClassLoadingSupplier
 
get() - Method in interface org.marid.misc.InvocationSupplier
 
get() - Method in interface org.marid.misc.ReflectiveSupplier
 
get() - Method in interface org.marid.misc.SecuritySupplier
 
getAsBoolean() - Method in interface org.marid.io.function.IOBooleanSupplier
 
getAsBoolean() - Method in interface org.marid.misc.InvocationBooleanSupplier
 
getAsBoolean() - Method in interface org.marid.misc.ReflectiveBooleanSupplier
 
getAsBooleanChecked() - Method in interface org.marid.io.function.IOBooleanSupplier
 
getAsBooleanChecked() - Method in interface org.marid.misc.InvocationBooleanSupplier
 
getAsBooleanChecked() - Method in interface org.marid.misc.ReflectiveBooleanSupplier
 
getAsDouble() - Method in interface org.marid.io.function.IODoubleSupplier
 
getAsDouble() - Method in interface org.marid.misc.InvocationDoubleSupplier
 
getAsDouble() - Method in interface org.marid.misc.ReflectiveDoubleSupplier
 
getAsDoubleChecked() - Method in interface org.marid.io.function.IODoubleSupplier
 
getAsDoubleChecked() - Method in interface org.marid.misc.InvocationDoubleSupplier
 
getAsDoubleChecked() - Method in interface org.marid.misc.ReflectiveDoubleSupplier
 
getAsInt() - Method in interface org.marid.io.function.IOIntSupplier
 
getAsInt() - Method in interface org.marid.misc.InvocationIntSupplier
 
getAsInt() - Method in interface org.marid.misc.ReflectiveIntSupplier
 
getAsIntChecked() - Method in interface org.marid.io.function.IOIntSupplier
 
getAsIntChecked() - Method in interface org.marid.misc.InvocationIntSupplier
 
getAsIntChecked() - Method in interface org.marid.misc.ReflectiveIntSupplier
 
getAsLong() - Method in interface org.marid.io.function.IOLongSupplier
 
getAsLong() - Method in interface org.marid.misc.InvocationLongSupplier
 
getAsLong() - Method in interface org.marid.misc.ReflectiveLongSupplier
 
getAsLongChecked() - Method in interface org.marid.io.function.IOLongSupplier
 
getAsLongChecked() - Method in interface org.marid.misc.InvocationLongSupplier
 
getAsLongChecked() - Method in interface org.marid.misc.ReflectiveLongSupplier
 
getChecked() - Method in interface org.marid.io.function.IOSupplier
 
getChecked() - Method in interface org.marid.misc.ClassLoadingSupplier
 
getChecked() - Method in interface org.marid.misc.InvocationSupplier
 
getChecked() - Method in interface org.marid.misc.ReflectiveSupplier
 
getChecked() - Method in interface org.marid.misc.SecuritySupplier
 
getFrom(Supplier<T>, Supplier<T>, Consumer<T>) - Static method in class org.marid.misc.Builder
 
getIcon(int) - Static method in class org.marid.image.MaridIconFx
 
getIcon(int, Color) - Static method in class org.marid.image.MaridIcon
 
getIcon(int, Color) - Static method in class org.marid.image.MaridIconFx
 
getIcon(SnapshotParameters, int, Color) - Static method in class org.marid.image.MaridIconFx
 
getIcons(int...) - Static method in class org.marid.image.MaridIconFx
 
getImage(int, int, int, int, int) - Static method in class org.marid.image.MaridIcon
 
getImage(int, Color) - Static method in class org.marid.image.MaridIcon
 
getImage(int, Color) - Static method in class org.marid.image.MaridIconFx
 
getImage(SnapshotParameters, int, Color) - Static method in class org.marid.image.MaridIconFx
 
getMessagesBundle(Locale) - Static method in class org.marid.l10n.L10n
 
getStringsBundle(Locale) - Static method in class org.marid.l10n.L10n
 
getTag() - Method in interface org.marid.xml.Tagged
 
getWithDirectoryStream(Path, String, IOFunction<DirectoryStream<Path>, T>) - Static method in interface org.marid.io.MaridFiles
 
getWithDirectoryStream(Path, IOFunction<DirectoryStream<Path>, T>) - Static method in interface org.marid.io.MaridFiles
 
getWithDirectoryStream(Path, DirectoryStream.Filter<Path>, IOFunction<DirectoryStream<Path>, T>) - Static method in interface org.marid.io.MaridFiles
 

I

intValue(LogManager, String, int) - Method in class org.marid.logging.AbstractHandler
 
InvocationBiConsumer<T,​U> - Interface in org.marid.misc
 
InvocationBiFunction<T,​U,​R> - Interface in org.marid.misc
 
InvocationBinaryOperator<T> - Interface in org.marid.misc
 
InvocationBiPredicate<T,​U> - Interface in org.marid.misc
 
InvocationBooleanSupplier - Interface in org.marid.misc
 
InvocationConsumer<T> - Interface in org.marid.misc
 
InvocationDoubleBinaryOperator - Interface in org.marid.misc
 
InvocationDoubleConsumer - Interface in org.marid.misc
 
InvocationDoubleFunction<R> - Interface in org.marid.misc
 
InvocationDoublePredicate - Interface in org.marid.misc
 
InvocationDoubleSupplier - Interface in org.marid.misc
 
InvocationDoubleToIntFunction - Interface in org.marid.misc
 
InvocationDoubleToLongFunction - Interface in org.marid.misc
 
InvocationDoubleUnaryOperator - Interface in org.marid.misc
 
InvocationFunction<T,​R> - Interface in org.marid.misc
 
InvocationIntBinaryOperator - Interface in org.marid.misc
 
InvocationIntConsumer - Interface in org.marid.misc
 
InvocationIntFunction<R> - Interface in org.marid.misc
 
InvocationIntPredicate - Interface in org.marid.misc
 
InvocationIntSupplier - Interface in org.marid.misc
 
InvocationIntToDoubleFunction - Interface in org.marid.misc
 
InvocationIntToLongFunction - Interface in org.marid.misc
 
InvocationIntUnaryOperator - Interface in org.marid.misc
 
InvocationLongBinaryOperator - Interface in org.marid.misc
 
InvocationLongConsumer - Interface in org.marid.misc
 
InvocationLongFunction<R> - Interface in org.marid.misc
 
InvocationLongPredicate - Interface in org.marid.misc
 
InvocationLongSupplier - Interface in org.marid.misc
 
InvocationLongToDoubleFunction - Interface in org.marid.misc
 
InvocationLongToIntFunction - Interface in org.marid.misc
 
InvocationLongUnaryOperator - Interface in org.marid.misc
 
InvocationObjDoubleConsumer<T> - Interface in org.marid.misc
 
InvocationObjIntConsumer<T> - Interface in org.marid.misc
 
InvocationObjLongConsumer<T> - Interface in org.marid.misc
 
InvocationPredicate<T> - Interface in org.marid.misc
 
InvocationSupplier<T> - Interface in org.marid.misc
 
InvocationToDoubleBiFunction<T,​U> - Interface in org.marid.misc
 
InvocationToDoubleFunction<T> - Interface in org.marid.misc
 
InvocationToIntBiFunction<T,​U> - Interface in org.marid.misc
 
InvocationToIntFunction<T> - Interface in org.marid.misc
 
InvocationToLongBiFunction<T,​U> - Interface in org.marid.misc
 
InvocationToLongFunction<T> - Interface in org.marid.misc
 
InvocationUnaryOperator<T> - Interface in org.marid.misc
 
IOBiConsumer<T,​U> - Interface in org.marid.io.function
 
IOBiFunction<T,​U,​R> - Interface in org.marid.io.function
 
IOBinaryOperator<T> - Interface in org.marid.io.function
 
IOBiPredicate<T,​U> - Interface in org.marid.io.function
 
IOBooleanSupplier - Interface in org.marid.io.function
 
IOConsumer<T> - Interface in org.marid.io.function
 
IODoubleBinaryOperator - Interface in org.marid.io.function
 
IODoubleConsumer - Interface in org.marid.io.function
 
IODoubleFunction<R> - Interface in org.marid.io.function
 
IODoublePredicate - Interface in org.marid.io.function
 
IODoubleSupplier - Interface in org.marid.io.function
 
IODoubleToIntFunction - Interface in org.marid.io.function
 
IODoubleToLongFunction - Interface in org.marid.io.function
 
IODoubleUnaryOperator - Interface in org.marid.io.function
 
IOFunction<T,​R> - Interface in org.marid.io.function
 
IOIntBinaryOperator - Interface in org.marid.io.function
 
IOIntConsumer - Interface in org.marid.io.function
 
IOIntFunction<R> - Interface in org.marid.io.function
 
IOIntPredicate - Interface in org.marid.io.function
 
IOIntSupplier - Interface in org.marid.io.function
 
IOIntToDoubleFunction - Interface in org.marid.io.function
 
IOIntToLongFunction - Interface in org.marid.io.function
 
IOIntUnaryOperator - Interface in org.marid.io.function
 
IOLongBinaryOperator - Interface in org.marid.io.function
 
IOLongConsumer - Interface in org.marid.io.function
 
IOLongFunction<R> - Interface in org.marid.io.function
 
IOLongPredicate - Interface in org.marid.io.function
 
IOLongSupplier - Interface in org.marid.io.function
 
IOLongToDoubleFunction - Interface in org.marid.io.function
 
IOLongToIntFunction - Interface in org.marid.io.function
 
IOLongUnaryOperator - Interface in org.marid.io.function
 
IOObjDoubleConsumer<T> - Interface in org.marid.io.function
 
IOObjIntConsumer<T> - Interface in org.marid.io.function
 
IOObjLongConsumer<T> - Interface in org.marid.io.function
 
IOPredicate<T> - Interface in org.marid.io.function
 
IORunnable - Interface in org.marid.io
 
IOSupplier<T> - Interface in org.marid.io.function
 
IOToDoubleBiFunction<T,​U> - Interface in org.marid.io.function
 
IOToDoubleFunction<T> - Interface in org.marid.io.function
 
IOToIntBiFunction<T,​U> - Interface in org.marid.io.function
 
IOToIntFunction<T> - Interface in org.marid.io.function
 
IOToLongBiFunction<T,​U> - Interface in org.marid.io.function
 
IOToLongFunction<T> - Interface in org.marid.io.function
 
IOUnaryOperator<T> - Interface in org.marid.io.function
 
isClassFile(Path, BasicFileAttributes) - Static method in interface org.marid.io.PathMatchers
 
isJarFile(Path, BasicFileAttributes) - Static method in interface org.marid.io.PathMatchers
 
iterable(Supplier<Iterator<E>>) - Static method in interface org.marid.collections.MaridIterators
 
iterable(Iterator<E>) - Static method in interface org.marid.collections.MaridIterators
 
iterator(BooleanSupplier, Supplier<E>) - Static method in interface org.marid.collections.MaridIterators
 

J

jars(Path) - Static method in interface org.marid.misc.Urls
 

L

L10n - Class in org.marid.l10n
 
L10n() - Constructor for class org.marid.l10n.L10n
 
lineIterator(Scanner) - Static method in interface org.marid.collections.MaridIterators
 
lines(ClassLoader, String) - Static method in interface org.marid.misc.Urls
 
lines(Path, Charset) - Static method in interface org.marid.io.MaridFiles
 
list(Path) - Static method in interface org.marid.io.MaridFiles
 
log(Level, String, Throwable, Object...) - Static method in class org.marid.logging.Log
 
log(Level, String, Object...) - Static method in class org.marid.logging.Log
 
log(Logger, Level, String, Throwable, Object...) - Static method in class org.marid.logging.Log
 
log(Logger, Level, String, Object...) - Static method in class org.marid.logging.Log
 
Log - Class in org.marid.logging
 
Log() - Constructor for class org.marid.logging.Log
 

M

m(String, Object...) - Static method in class org.marid.l10n.L10n
 
m(Locale, String, StringBuffer, Object...) - Static method in class org.marid.l10n.L10n
 
m(Locale, String, Object...) - Static method in class org.marid.l10n.L10n
 
main(String...) - Static method in class org.marid.image.MaridIcon
 
main(String...) - Static method in class org.marid.image.MaridIconFx
 
marid.util - module marid.util
 
MaridCollections - Interface in org.marid.collections
 
MaridCollectors - Interface in org.marid.collections
 
MaridConsoleLogHandler - Class in org.marid.logging
 
MaridConsoleLogHandler() - Constructor for class org.marid.logging.MaridConsoleLogHandler
 
MaridFileLogHandler - Class in org.marid.logging
 
MaridFileLogHandler() - Constructor for class org.marid.logging.MaridFileLogHandler
 
MaridFiles - Interface in org.marid.io
 
MaridIcon - Class in org.marid.image
 
MaridIcon() - Constructor for class org.marid.image.MaridIcon
 
MaridIconFx - Class in org.marid.image
 
MaridIconFx() - Constructor for class org.marid.image.MaridIconFx
 
MaridIterators - Interface in org.marid.collections
 
MaridLogFormatter - Class in org.marid.logging
 
MaridLogFormatter() - Constructor for class org.marid.logging.MaridLogFormatter
 
MaridLogManager - Class in org.marid.logging
 
MaridLogManager() - Constructor for class org.marid.logging.MaridLogManager
 
MaridTimerTask - Class in org.marid.concurrent
 
MaridTimerTask(Consumer<MaridTimerTask>) - Constructor for class org.marid.concurrent.MaridTimerTask
 
move(Path, Path, CopyOption...) - Static method in interface org.marid.io.MaridFiles
 

N

nextSiblings(Node) - Static method in interface org.marid.xml.XmlStreams
 
nextSiblings(Node, Class<N>) - Static method in interface org.marid.xml.XmlStreams
 
nodes(Node, Class<E>) - Static method in interface org.marid.io.Xmls
 
nodes(Node, Class<E>, Predicate<E>) - Static method in interface org.marid.io.Xmls
 

O

of(IOBiConsumer<T, U>) - Static method in interface org.marid.io.function.IOBiConsumer
 
of(IOBiFunction<T, U, R>) - Static method in interface org.marid.io.function.IOBiFunction
 
of(IOBinaryOperator<T>) - Static method in interface org.marid.io.function.IOBinaryOperator
 
of(IOBiPredicate<T, U>) - Static method in interface org.marid.io.function.IOBiPredicate
 
of(IOBooleanSupplier) - Static method in interface org.marid.io.function.IOBooleanSupplier
 
of(IOConsumer<T>) - Static method in interface org.marid.io.function.IOConsumer
 
of(IODoubleBinaryOperator) - Static method in interface org.marid.io.function.IODoubleBinaryOperator
 
of(IODoubleConsumer) - Static method in interface org.marid.io.function.IODoubleConsumer
 
of(IODoubleFunction<R>) - Static method in interface org.marid.io.function.IODoubleFunction
 
of(IODoublePredicate) - Static method in interface org.marid.io.function.IODoublePredicate
 
of(IODoubleSupplier) - Static method in interface org.marid.io.function.IODoubleSupplier
 
of(IODoubleToIntFunction) - Static method in interface org.marid.io.function.IODoubleToIntFunction
 
of(IODoubleToLongFunction) - Static method in interface org.marid.io.function.IODoubleToLongFunction
 
of(IODoubleUnaryOperator) - Static method in interface org.marid.io.function.IODoubleUnaryOperator
 
of(IOFunction<T, R>) - Static method in interface org.marid.io.function.IOFunction
 
of(IOIntBinaryOperator) - Static method in interface org.marid.io.function.IOIntBinaryOperator
 
of(IOIntConsumer) - Static method in interface org.marid.io.function.IOIntConsumer
 
of(IOIntFunction<R>) - Static method in interface org.marid.io.function.IOIntFunction
 
of(IOIntPredicate) - Static method in interface org.marid.io.function.IOIntPredicate
 
of(IOIntSupplier) - Static method in interface org.marid.io.function.IOIntSupplier
 
of(IOIntToDoubleFunction) - Static method in interface org.marid.io.function.IOIntToDoubleFunction
 
of(IOIntToLongFunction) - Static method in interface org.marid.io.function.IOIntToLongFunction
 
of(IOIntUnaryOperator) - Static method in interface org.marid.io.function.IOIntUnaryOperator
 
of(IOLongBinaryOperator) - Static method in interface org.marid.io.function.IOLongBinaryOperator
 
of(IOLongConsumer) - Static method in interface org.marid.io.function.IOLongConsumer
 
of(IOLongFunction<R>) - Static method in interface org.marid.io.function.IOLongFunction
 
of(IOLongPredicate) - Static method in interface org.marid.io.function.IOLongPredicate
 
of(IOLongSupplier) - Static method in interface org.marid.io.function.IOLongSupplier
 
of(IOLongToDoubleFunction) - Static method in interface org.marid.io.function.IOLongToDoubleFunction
 
of(IOLongToIntFunction) - Static method in interface org.marid.io.function.IOLongToIntFunction
 
of(IOLongUnaryOperator) - Static method in interface org.marid.io.function.IOLongUnaryOperator
 
of(IOObjDoubleConsumer<T>) - Static method in interface org.marid.io.function.IOObjDoubleConsumer
 
of(IOObjIntConsumer<T>) - Static method in interface org.marid.io.function.IOObjIntConsumer
 
of(IOObjLongConsumer<T>) - Static method in interface org.marid.io.function.IOObjLongConsumer
 
of(IOPredicate<T>) - Static method in interface org.marid.io.function.IOPredicate
 
of(IOSupplier<T>) - Static method in interface org.marid.io.function.IOSupplier
 
of(IOToDoubleBiFunction<T, U>) - Static method in interface org.marid.io.function.IOToDoubleBiFunction
 
of(IOToDoubleFunction<T>) - Static method in interface org.marid.io.function.IOToDoubleFunction
 
of(IOToIntBiFunction<T, U>) - Static method in interface org.marid.io.function.IOToIntBiFunction
 
of(IOToIntFunction<T>) - Static method in interface org.marid.io.function.IOToIntFunction
 
of(IOToLongBiFunction<T, U>) - Static method in interface org.marid.io.function.IOToLongBiFunction
 
of(IOToLongFunction<T>) - Static method in interface org.marid.io.function.IOToLongFunction
 
of(IOUnaryOperator<T>) - Static method in interface org.marid.io.function.IOUnaryOperator
 
of(IORunnable) - Static method in interface org.marid.io.IORunnable
 
of(ClassLoadingBiConsumer<T, U>) - Static method in interface org.marid.misc.ClassLoadingBiConsumer
 
of(ClassLoadingBiFunction<T, U, R>) - Static method in interface org.marid.misc.ClassLoadingBiFunction
 
of(ClassLoadingBiPredicate<T, U>) - Static method in interface org.marid.misc.ClassLoadingBiPredicate
 
of(ClassLoadingConsumer<T>) - Static method in interface org.marid.misc.ClassLoadingConsumer
 
of(ClassLoadingFunction<T, R>) - Static method in interface org.marid.misc.ClassLoadingFunction
 
of(ClassLoadingPredicate<T>) - Static method in interface org.marid.misc.ClassLoadingPredicate
 
of(ClassLoadingSupplier<T>) - Static method in interface org.marid.misc.ClassLoadingSupplier
 
of(InvocationBiConsumer<T, U>) - Static method in interface org.marid.misc.InvocationBiConsumer
 
of(InvocationBiFunction<T, U, R>) - Static method in interface org.marid.misc.InvocationBiFunction
 
of(InvocationBinaryOperator<T>) - Static method in interface org.marid.misc.InvocationBinaryOperator
 
of(InvocationBiPredicate<T, U>) - Static method in interface org.marid.misc.InvocationBiPredicate
 
of(InvocationBooleanSupplier) - Static method in interface org.marid.misc.InvocationBooleanSupplier
 
of(InvocationConsumer<T>) - Static method in interface org.marid.misc.InvocationConsumer
 
of(InvocationDoubleBinaryOperator) - Static method in interface org.marid.misc.InvocationDoubleBinaryOperator
 
of(InvocationDoubleConsumer) - Static method in interface org.marid.misc.InvocationDoubleConsumer
 
of(InvocationDoubleFunction<R>) - Static method in interface org.marid.misc.InvocationDoubleFunction
 
of(InvocationDoublePredicate) - Static method in interface org.marid.misc.InvocationDoublePredicate
 
of(InvocationDoubleSupplier) - Static method in interface org.marid.misc.InvocationDoubleSupplier
 
of(InvocationDoubleToIntFunction) - Static method in interface org.marid.misc.InvocationDoubleToIntFunction
 
of(InvocationDoubleToLongFunction) - Static method in interface org.marid.misc.InvocationDoubleToLongFunction
 
of(InvocationDoubleUnaryOperator) - Static method in interface org.marid.misc.InvocationDoubleUnaryOperator
 
of(InvocationFunction<T, R>) - Static method in interface org.marid.misc.InvocationFunction
 
of(InvocationIntBinaryOperator) - Static method in interface org.marid.misc.InvocationIntBinaryOperator
 
of(InvocationIntConsumer) - Static method in interface org.marid.misc.InvocationIntConsumer
 
of(InvocationIntFunction<R>) - Static method in interface org.marid.misc.InvocationIntFunction
 
of(InvocationIntPredicate) - Static method in interface org.marid.misc.InvocationIntPredicate
 
of(InvocationIntSupplier) - Static method in interface org.marid.misc.InvocationIntSupplier
 
of(InvocationIntToDoubleFunction) - Static method in interface org.marid.misc.InvocationIntToDoubleFunction
 
of(InvocationIntToLongFunction) - Static method in interface org.marid.misc.InvocationIntToLongFunction
 
of(InvocationIntUnaryOperator) - Static method in interface org.marid.misc.InvocationIntUnaryOperator
 
of(InvocationLongBinaryOperator) - Static method in interface org.marid.misc.InvocationLongBinaryOperator
 
of(InvocationLongConsumer) - Static method in interface org.marid.misc.InvocationLongConsumer
 
of(InvocationLongFunction<R>) - Static method in interface org.marid.misc.InvocationLongFunction
 
of(InvocationLongPredicate) - Static method in interface org.marid.misc.InvocationLongPredicate
 
of(InvocationLongSupplier) - Static method in interface org.marid.misc.InvocationLongSupplier
 
of(InvocationLongToDoubleFunction) - Static method in interface org.marid.misc.InvocationLongToDoubleFunction
 
of(InvocationLongToIntFunction) - Static method in interface org.marid.misc.InvocationLongToIntFunction
 
of(InvocationLongUnaryOperator) - Static method in interface org.marid.misc.InvocationLongUnaryOperator
 
of(InvocationObjDoubleConsumer<T>) - Static method in interface org.marid.misc.InvocationObjDoubleConsumer
 
of(InvocationObjIntConsumer<T>) - Static method in interface org.marid.misc.InvocationObjIntConsumer
 
of(InvocationObjLongConsumer<T>) - Static method in interface org.marid.misc.InvocationObjLongConsumer
 
of(InvocationPredicate<T>) - Static method in interface org.marid.misc.InvocationPredicate
 
of(InvocationSupplier<T>) - Static method in interface org.marid.misc.InvocationSupplier
 
of(InvocationToDoubleBiFunction<T, U>) - Static method in interface org.marid.misc.InvocationToDoubleBiFunction
 
of(InvocationToDoubleFunction<T>) - Static method in interface org.marid.misc.InvocationToDoubleFunction
 
of(InvocationToIntBiFunction<T, U>) - Static method in interface org.marid.misc.InvocationToIntBiFunction
 
of(InvocationToIntFunction<T>) - Static method in interface org.marid.misc.InvocationToIntFunction
 
of(InvocationToLongBiFunction<T, U>) - Static method in interface org.marid.misc.InvocationToLongBiFunction
 
of(InvocationToLongFunction<T>) - Static method in interface org.marid.misc.InvocationToLongFunction
 
of(InvocationUnaryOperator<T>) - Static method in interface org.marid.misc.InvocationUnaryOperator
 
of(ReflectiveBiConsumer<T, U>) - Static method in interface org.marid.misc.ReflectiveBiConsumer
 
of(ReflectiveBiFunction<T, U, R>) - Static method in interface org.marid.misc.ReflectiveBiFunction
 
of(ReflectiveBinaryOperator<T>) - Static method in interface org.marid.misc.ReflectiveBinaryOperator
 
of(ReflectiveBiPredicate<T, U>) - Static method in interface org.marid.misc.ReflectiveBiPredicate
 
of(ReflectiveBooleanSupplier) - Static method in interface org.marid.misc.ReflectiveBooleanSupplier
 
of(ReflectiveConsumer<T>) - Static method in interface org.marid.misc.ReflectiveConsumer
 
of(ReflectiveDoubleBinaryOperator) - Static method in interface org.marid.misc.ReflectiveDoubleBinaryOperator
 
of(ReflectiveDoubleConsumer) - Static method in interface org.marid.misc.ReflectiveDoubleConsumer
 
of(ReflectiveDoubleFunction<R>) - Static method in interface org.marid.misc.ReflectiveDoubleFunction
 
of(ReflectiveDoublePredicate) - Static method in interface org.marid.misc.ReflectiveDoublePredicate
 
of(ReflectiveDoubleSupplier) - Static method in interface org.marid.misc.ReflectiveDoubleSupplier
 
of(ReflectiveDoubleToIntFunction) - Static method in interface org.marid.misc.ReflectiveDoubleToIntFunction
 
of(ReflectiveDoubleToLongFunction) - Static method in interface org.marid.misc.ReflectiveDoubleToLongFunction
 
of(ReflectiveDoubleUnaryOperator) - Static method in interface org.marid.misc.ReflectiveDoubleUnaryOperator
 
of(ReflectiveFunction<T, R>) - Static method in interface org.marid.misc.ReflectiveFunction
 
of(ReflectiveIntBinaryOperator) - Static method in interface org.marid.misc.ReflectiveIntBinaryOperator
 
of(ReflectiveIntConsumer) - Static method in interface org.marid.misc.ReflectiveIntConsumer
 
of(ReflectiveIntFunction<R>) - Static method in interface org.marid.misc.ReflectiveIntFunction
 
of(ReflectiveIntPredicate) - Static method in interface org.marid.misc.ReflectiveIntPredicate
 
of(ReflectiveIntSupplier) - Static method in interface org.marid.misc.ReflectiveIntSupplier
 
of(ReflectiveIntToDoubleFunction) - Static method in interface org.marid.misc.ReflectiveIntToDoubleFunction
 
of(ReflectiveIntToLongFunction) - Static method in interface org.marid.misc.ReflectiveIntToLongFunction
 
of(ReflectiveIntUnaryOperator) - Static method in interface org.marid.misc.ReflectiveIntUnaryOperator
 
of(ReflectiveLongBinaryOperator) - Static method in interface org.marid.misc.ReflectiveLongBinaryOperator
 
of(ReflectiveLongConsumer) - Static method in interface org.marid.misc.ReflectiveLongConsumer
 
of(ReflectiveLongFunction<R>) - Static method in interface org.marid.misc.ReflectiveLongFunction
 
of(ReflectiveLongPredicate) - Static method in interface org.marid.misc.ReflectiveLongPredicate
 
of(ReflectiveLongSupplier) - Static method in interface org.marid.misc.ReflectiveLongSupplier
 
of(ReflectiveLongToDoubleFunction) - Static method in interface org.marid.misc.ReflectiveLongToDoubleFunction
 
of(ReflectiveLongToIntFunction) - Static method in interface org.marid.misc.ReflectiveLongToIntFunction
 
of(ReflectiveLongUnaryOperator) - Static method in interface org.marid.misc.ReflectiveLongUnaryOperator
 
of(ReflectiveObjDoubleConsumer<T>) - Static method in interface org.marid.misc.ReflectiveObjDoubleConsumer
 
of(ReflectiveObjIntConsumer<T>) - Static method in interface org.marid.misc.ReflectiveObjIntConsumer
 
of(ReflectiveObjLongConsumer<T>) - Static method in interface org.marid.misc.ReflectiveObjLongConsumer
 
of(ReflectivePredicate<T>) - Static method in interface org.marid.misc.ReflectivePredicate
 
of(ReflectiveSupplier<T>) - Static method in interface org.marid.misc.ReflectiveSupplier
 
of(ReflectiveToDoubleBiFunction<T, U>) - Static method in interface org.marid.misc.ReflectiveToDoubleBiFunction
 
of(ReflectiveToDoubleFunction<T>) - Static method in interface org.marid.misc.ReflectiveToDoubleFunction
 
of(ReflectiveToIntBiFunction<T, U>) - Static method in interface org.marid.misc.ReflectiveToIntBiFunction
 
of(ReflectiveToIntFunction<T>) - Static method in interface org.marid.misc.ReflectiveToIntFunction
 
of(ReflectiveToLongBiFunction<T, U>) - Static method in interface org.marid.misc.ReflectiveToLongBiFunction
 
of(ReflectiveToLongFunction<T>) - Static method in interface org.marid.misc.ReflectiveToLongFunction
 
of(ReflectiveUnaryOperator<T>) - Static method in interface org.marid.misc.ReflectiveUnaryOperator
 
of(SecuritySupplier<T>) - Static method in interface org.marid.misc.SecuritySupplier
 
org.marid.collections - package org.marid.collections
 
org.marid.concurrent - package org.marid.concurrent
 
org.marid.image - package org.marid.image
 
org.marid.io - package org.marid.io
 
org.marid.l10n - package org.marid.l10n
 
org.marid.logging - package org.marid.logging
 
org.marid.misc - package org.marid.misc
 
org.marid.xml - package org.marid.xml
 

P

parents(Node) - Static method in interface org.marid.xml.XmlStreams
 
partition(int) - Static method in interface org.marid.collections.MaridCollectors
 
partition(int, IntFunction<E>, Supplier<L>) - Static method in interface org.marid.collections.MaridCollectors
 
pathEndsWith(String) - Static method in interface org.marid.misc.StringUtils
 
PathMatchers - Interface in org.marid.io
 
prevSiblings(Node) - Static method in interface org.marid.xml.XmlStreams
 
prevSiblings(Node, Class<N>) - Static method in interface org.marid.xml.XmlStreams
 
ProcessManager - Class in org.marid.io
 
ProcessManager(Process, Consumer<String>, Consumer<String>) - Constructor for class org.marid.io.ProcessManager
 
ProcessManager(Process, Consumer<String>, Consumer<String>, int, long, TimeUnit) - Constructor for class org.marid.io.ProcessManager
 
publish(LogRecord) - Method in class org.marid.logging.MaridConsoleLogHandler
 
publish(LogRecord) - Method in class org.marid.logging.MaridFileLogHandler
 

R

read(Reader, Function<Element, T>) - Static method in interface org.marid.io.Xmls
 
read(Path, Function<Element, T>) - Static method in interface org.marid.io.Xmls
 
read(Consumer<DocumentBuilderFactory>, Consumer<DocumentBuilder>, Function<Document, T>, InputSource) - Static method in interface org.marid.io.Xmls
 
read(Function<Document, T>, Reader) - Static method in interface org.marid.io.Xmls
 
read(Function<Document, T>, Path) - Static method in interface org.marid.io.Xmls
 
readAllBytes(Path) - Static method in interface org.marid.io.MaridFiles
 
readLines(Path, Charset) - Static method in interface org.marid.io.MaridFiles
 
readString(Path, Charset) - Static method in interface org.marid.io.MaridFiles
 
ReflectiveBiConsumer<T,​U> - Interface in org.marid.misc
 
ReflectiveBiFunction<T,​U,​R> - Interface in org.marid.misc
 
ReflectiveBinaryOperator<T> - Interface in org.marid.misc
 
ReflectiveBiPredicate<T,​U> - Interface in org.marid.misc
 
ReflectiveBooleanSupplier - Interface in org.marid.misc
 
ReflectiveConsumer<T> - Interface in org.marid.misc
 
ReflectiveDoubleBinaryOperator - Interface in org.marid.misc
 
ReflectiveDoubleConsumer - Interface in org.marid.misc
 
ReflectiveDoubleFunction<R> - Interface in org.marid.misc
 
ReflectiveDoublePredicate - Interface in org.marid.misc
 
ReflectiveDoubleSupplier - Interface in org.marid.misc
 
ReflectiveDoubleToIntFunction - Interface in org.marid.misc
 
ReflectiveDoubleToLongFunction - Interface in org.marid.misc
 
ReflectiveDoubleUnaryOperator - Interface in org.marid.misc
 
ReflectiveFunction<T,​R> - Interface in org.marid.misc
 
ReflectiveIntBinaryOperator - Interface in org.marid.misc
 
ReflectiveIntConsumer - Interface in org.marid.misc
 
ReflectiveIntFunction<R> - Interface in org.marid.misc
 
ReflectiveIntPredicate - Interface in org.marid.misc
 
ReflectiveIntSupplier - Interface in org.marid.misc
 
ReflectiveIntToDoubleFunction - Interface in org.marid.misc
 
ReflectiveIntToLongFunction - Interface in org.marid.misc
 
ReflectiveIntUnaryOperator - Interface in org.marid.misc
 
ReflectiveLongBinaryOperator - Interface in org.marid.misc
 
ReflectiveLongConsumer - Interface in org.marid.misc
 
ReflectiveLongFunction<R> - Interface in org.marid.misc
 
ReflectiveLongPredicate - Interface in org.marid.misc
 
ReflectiveLongSupplier - Interface in org.marid.misc
 
ReflectiveLongToDoubleFunction - Interface in org.marid.misc
 
ReflectiveLongToIntFunction - Interface in org.marid.misc
 
ReflectiveLongUnaryOperator - Interface in org.marid.misc
 
ReflectiveObjDoubleConsumer<T> - Interface in org.marid.misc
 
ReflectiveObjIntConsumer<T> - Interface in org.marid.misc
 
ReflectiveObjLongConsumer<T> - Interface in org.marid.misc
 
ReflectivePredicate<T> - Interface in org.marid.misc
 
ReflectiveSupplier<T> - Interface in org.marid.misc
 
ReflectiveToDoubleBiFunction<T,​U> - Interface in org.marid.misc
 
ReflectiveToDoubleFunction<T> - Interface in org.marid.misc
 
ReflectiveToIntBiFunction<T,​U> - Interface in org.marid.misc
 
ReflectiveToIntFunction<T> - Interface in org.marid.misc
 
ReflectiveToLongBiFunction<T,​U> - Interface in org.marid.misc
 
ReflectiveToLongFunction<T> - Interface in org.marid.misc
 
ReflectiveUnaryOperator<T> - Interface in org.marid.misc
 
reset() - Method in class org.marid.logging.MaridLogManager
 
resource(String) - Static method in interface org.marid.misc.StringUtils
 
run() - Method in class org.marid.concurrent.MaridTimerTask
 
run() - Method in interface org.marid.io.IORunnable
 
runChecked() - Method in interface org.marid.io.IORunnable
 

S

s(String, Object...) - Static method in class org.marid.l10n.L10n
 
s(Locale, String, Formatter, Object...) - Static method in class org.marid.l10n.L10n
 
s(Locale, String, Object...) - Static method in class org.marid.l10n.L10n
 
SecuritySupplier<T> - Interface in org.marid.misc
 
set(BiConsumer<T, A>, A) - Method in class org.marid.misc.Builder
 
size(Path) - Static method in interface org.marid.io.MaridFiles
 
sizeBinary(Locale, long, int) - Static method in interface org.marid.misc.StringUtils
 
sort(List<E>, Comparator<E>) - Static method in interface org.marid.collections.MaridCollections
 
stream(Iterable<E>) - Static method in interface org.marid.collections.MaridIterators
 
stream(Class<E>, Stream<?>) - Static method in interface org.marid.io.Xmls
 
string(LogManager, String, String) - Method in class org.marid.logging.AbstractHandler
 
stringOrNull(Object) - Static method in interface org.marid.misc.StringUtils
 
StringUtils - Interface in org.marid.misc
 
stripBrackets(String) - Static method in interface org.marid.misc.StringUtils
 

T

Tagged - Interface in org.marid.xml
 
test(double) - Method in interface org.marid.io.function.IODoublePredicate
 
test(double) - Method in interface org.marid.misc.InvocationDoublePredicate
 
test(double) - Method in interface org.marid.misc.ReflectiveDoublePredicate
 
test(int) - Method in interface org.marid.io.function.IOIntPredicate
 
test(int) - Method in interface org.marid.misc.InvocationIntPredicate
 
test(int) - Method in interface org.marid.misc.ReflectiveIntPredicate
 
test(long) - Method in interface org.marid.io.function.IOLongPredicate
 
test(long) - Method in interface org.marid.misc.InvocationLongPredicate
 
test(long) - Method in interface org.marid.misc.ReflectiveLongPredicate
 
test(T) - Method in interface org.marid.io.function.IOPredicate
 
test(T) - Method in interface org.marid.misc.ClassLoadingPredicate
 
test(T) - Method in interface org.marid.misc.InvocationPredicate
 
test(T) - Method in interface org.marid.misc.ReflectivePredicate
 
test(T, U) - Method in interface org.marid.io.function.IOBiPredicate
 
test(T, U) - Method in interface org.marid.misc.ClassLoadingBiPredicate
 
test(T, U) - Method in interface org.marid.misc.InvocationBiPredicate
 
test(T, U) - Method in interface org.marid.misc.ReflectiveBiPredicate
 
testChecked(double) - Method in interface org.marid.io.function.IODoublePredicate
 
testChecked(double) - Method in interface org.marid.misc.InvocationDoublePredicate
 
testChecked(double) - Method in interface org.marid.misc.ReflectiveDoublePredicate
 
testChecked(int) - Method in interface org.marid.io.function.IOIntPredicate
 
testChecked(int) - Method in interface org.marid.misc.InvocationIntPredicate
 
testChecked(int) - Method in interface org.marid.misc.ReflectiveIntPredicate
 
testChecked(long) - Method in interface org.marid.io.function.IOLongPredicate
 
testChecked(long) - Method in interface org.marid.misc.InvocationLongPredicate
 
testChecked(long) - Method in interface org.marid.misc.ReflectiveLongPredicate
 
testChecked(T) - Method in interface org.marid.io.function.IOPredicate
 
testChecked(T) - Method in interface org.marid.misc.ClassLoadingPredicate
 
testChecked(T) - Method in interface org.marid.misc.InvocationPredicate
 
testChecked(T) - Method in interface org.marid.misc.ReflectivePredicate
 
testChecked(T, U) - Method in interface org.marid.io.function.IOBiPredicate
 
testChecked(T, U) - Method in interface org.marid.misc.ClassLoadingBiPredicate
 
testChecked(T, U) - Method in interface org.marid.misc.InvocationBiPredicate
 
testChecked(T, U) - Method in interface org.marid.misc.ReflectiveBiPredicate
 
throwableText(Throwable) - Static method in interface org.marid.misc.StringUtils
 
toString() - Method in class org.marid.io.ProcessManager
 

U

uri(String) - Static method in interface org.marid.misc.Urls
 
url(String) - Static method in interface org.marid.misc.Urls
 
url(Path) - Static method in interface org.marid.misc.Urls
 
urlDecode(String) - Static method in interface org.marid.misc.Urls
 
urlEncode(String) - Static method in interface org.marid.misc.Urls
 
Urls - Interface in org.marid.misc
 

W

waitFor() - Method in class org.marid.io.ProcessManager
 
walk(Path, int, FileVisitOption...) - Static method in interface org.marid.io.MaridFiles
 
WALKER - Static variable in class org.marid.logging.Log
 
withFreeIndex(IntConsumer) - Method in class org.marid.misc.FreeIndexAllocator
 
write(Consumer<DocumentBuilderFactory>, Consumer<DocumentBuilder>, Consumer<Document>, Consumer<TransformerFactory>, Consumer<Transformer>, Result) - Static method in interface org.marid.io.Xmls
 
write(Document, Consumer<TransformerFactory>, Consumer<Transformer>, Result) - Static method in interface org.marid.io.Xmls
 
writeFormatted(String, Consumer<Element>, Path) - Static method in interface org.marid.io.Xmls
 
writeFormatted(String, Consumer<Element>, Result) - Static method in interface org.marid.io.Xmls
 
writeFormatted(Consumer<Document>, Path) - Static method in interface org.marid.io.Xmls
 
writeFormatted(Consumer<Document>, Result) - Static method in interface org.marid.io.Xmls
 
writeFormatted(Document, Path) - Static method in interface org.marid.io.Xmls
 
writeFormatted(Document, Result) - Static method in interface org.marid.io.Xmls
 
writeTo(Element) - Method in interface org.marid.xml.XmlWritable
 

X

Xmls - Interface in org.marid.io
 
XmlStreams - Interface in org.marid.xml
 
XmlUtils - Interface in org.marid.xml
 
XmlWritable - Interface in org.marid.xml
 
A B C D E F G I J L M N O P R S T U W X 
All Classes All Packages