A B C D E F G H I K L M N O P R S T U V W Y 
All Classes All Packages

A

accept(T) - Method in interface org.bytemechanics.commons.functional.LambdaUnchecker.ConsumerWithExceptions
 
accept(T, U) - Method in interface org.bytemechanics.commons.functional.LambdaUnchecker.BiConsumerWithExceptions
 
addAll(Collection<? extends T>) - Method in class org.bytemechanics.commons.collections.FastDropLastQueue
 
aphabet - Variable in class org.bytemechanics.commons.string.Figlet
 
append(int, String, String, boolean) - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter
Append to the underlaying stream the correct yaml format for the given fields
append(YAMLPropertyWriter.Property) - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter
Write down the given property
append(YAMLPropertyWriter.YamlEntry) - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter
Write down the given yaml entry
apply(T) - Method in interface org.bytemechanics.commons.functional.LambdaUnchecker.FunctionWithExceptions
 
ArrayUtils - Class in org.bytemechanics.commons.lang
Array utilities
ArrayUtils() - Constructor for class org.bytemechanics.commons.lang.ArrayUtils
 
autobox(Class) - Method in class org.bytemechanics.commons.reflection.ObjectFactory
 
AutoCloseableResource - Class in org.bytemechanics.commons.lang
This class intend to convert any resource that needs to be closed but does not implement AutoCloseable to a Closeable resource in order to be able to use into a Try-With-Resource structure
AutoCloseableResource(Runnable, Runnable) - Constructor for class org.bytemechanics.commons.lang.AutoCloseableResource
Builds a Closeable resource with the given instance the _try Runnable will be executed during constructor and the _close one during close() method
AutoCloseableResource(Supplier<TYPE>, Consumer<TYPE>) - Constructor for class org.bytemechanics.commons.lang.AutoCloseableResource
Builds a Closeable resource from it's supplier and consumer.

B

BIGDECIMAL - org.bytemechanics.commons.string.GenericTextParser
Default format: #,##0.0#
blank - Variable in class org.bytemechanics.commons.string.Figlet
 
BOOLEAN - org.bytemechanics.commons.reflection.PrimitiveTypeConverter
 
BOOLEAN - org.bytemechanics.commons.string.GenericTextParser
 
buffer - Variable in class org.bytemechanics.commons.functional.PaginatedSpliterator
 
BYTE - org.bytemechanics.commons.reflection.PrimitiveTypeConverter
 

C

calculateTabs() - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter
Accumulate the current entryPathCache tabulation considering that each list counts double
CHAR - org.bytemechanics.commons.reflection.PrimitiveTypeConverter
 
CHAR - org.bytemechanics.commons.string.GenericTextParser
 
characteristics() - Method in class org.bytemechanics.commons.functional.EnumerationSpliterator
 
characteristics() - Method in class org.bytemechanics.commons.functional.PaginatedSpliterator
The spliterator characteristics by definition were: ORDERED, NONNULL, IMMUTABLE and CONCURRENT
clear() - Method in class org.bytemechanics.commons.collections.FastDropLastQueue
 
close() - Method in class org.bytemechanics.commons.io.MemorySeekableByteChannel
 
close() - Method in class org.bytemechanics.commons.io.YAMLPropertyReader
 
close() - Method in class org.bytemechanics.commons.lang.AutoCloseableResource
 
compareTo(YAMLPropertyWriter.Property) - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.Property
 
concat(T[], T[]) - Static method in class org.bytemechanics.commons.lang.ArrayUtils
Concatenate two arrays of the same type
convert(Class) - Static method in enum org.bytemechanics.commons.reflection.PrimitiveTypeConverter
Try to convert primitive types to it's corresponding class type if are primitives
copy(ByteBuffer, byte[], int, int) - Static method in class org.bytemechanics.commons.io.MemorySeekableByteChannel
 

D

DEFAULT_ESTIMATED_TOTAL - Static variable in class org.bytemechanics.commons.functional.PaginatedSpliterator
 
depth - Variable in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
Depth of the key
DOUBLE - org.bytemechanics.commons.reflection.PrimitiveTypeConverter
 
DOUBLE - org.bytemechanics.commons.string.GenericTextParser
Default format: #0.0

E

Entry(String) - Constructor for class org.bytemechanics.commons.io.YAMLPropertyReader.Entry
Parse the provided line and convert to Entry
ENUM - org.bytemechanics.commons.string.GenericTextParser
 
EnumerationSpliterator<T> - Class in org.bytemechanics.commons.functional
Enumeration spliterator ORDERED, NONNULL and IMMUTABLE utility class
EnumerationSpliterator(Enumeration<T>) - Constructor for class org.bytemechanics.commons.functional.EnumerationSpliterator
Constructor receiving the underlaying enumeration to be converted to Splitterator
equals(Object) - Method in class org.bytemechanics.commons.functional.Tuple
 
equals(Object) - Method in class org.bytemechanics.commons.io.YAMLPropertyReader.Property
 
equals(Object) - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.Property
 
equals(Object) - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
 
estimateSize() - Method in class org.bytemechanics.commons.functional.EnumerationSpliterator
 
estimateSize() - Method in class org.bytemechanics.commons.functional.PaginatedSpliterator
 

F

FastDropLastQueue<T> - Class in org.bytemechanics.commons.collections
Concurrent queue that keeps the same size whatever adds done by droping the extra elements from the head This implementation is very fast but can overflow the initial size
FastDropLastQueue(int) - Constructor for class org.bytemechanics.commons.collections.FastDropLastQueue
Builds a new DropLastQueue from the giving _maxSize
Figlet - Class in org.bytemechanics.commons.string
Figlet java implementation Documentation:
Figlet(InputStream, Charset) - Constructor for class org.bytemechanics.commons.string.Figlet
 
Figlet(Path, Charset) - Constructor for class org.bytemechanics.commons.string.Figlet
 
Figlet.NoFigletFontFormatException - Exception in org.bytemechanics.commons.string
Exception to report that provided font url is not valid
fillColumn(String) - Method in class org.bytemechanics.commons.string.Figlet
 
filterLength(YAMLPropertyWriter.Property) - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter
Return true if ignoreListLength is disabled or the property is not length (ends with [*].length)
find(Class) - Static method in enum org.bytemechanics.commons.string.GenericTextParser
Try to return an available parser for the given class
find(Object) - Static method in enum org.bytemechanics.commons.string.GenericTextParser
Try to convert the given object to string usign default format
findConstructor() - Method in class org.bytemechanics.commons.reflection.ObjectFactory
 
FLOAT - org.bytemechanics.commons.reflection.PrimitiveTypeConverter
 
FLOAT - org.bytemechanics.commons.string.GenericTextParser
Default format: #0.0
format(Object) - Method in enum org.bytemechanics.commons.string.GenericTextParser
Convert the given object to string with default format
format(Object, String) - Method in enum org.bytemechanics.commons.string.GenericTextParser
Convert the given object to string with the given format if not null, otherwise uses default format
format(String, Object...) - Static method in class org.bytemechanics.commons.string.SimpleFormat
Formatter that replaces _message content '{}' by the giver _args per order.
The method to print the object is by calling object to string and in case the object is null is replaced by the string "null"
from - Variable in class org.bytemechanics.commons.functional.PaginatedSpliterator
 

G

GenericTextParser - Enum in org.bytemechanics.commons.string
Generic type text parser and formatter
get() - Method in interface org.bytemechanics.commons.functional.LambdaUnchecker.SupplierWithExceptions
 
getAttributes() - Method in class org.bytemechanics.commons.reflection.ObjectFactory
Attributes to use for instantiation
getBuffer() - Method in class org.bytemechanics.commons.functional.PaginatedSpliterator
Return the current buffer from the last page supplied
getKey() - Method in class org.bytemechanics.commons.io.YAMLPropertyReader.Entry
 
getKey() - Method in class org.bytemechanics.commons.io.YAMLPropertyReader.Property
 
getKey() - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.Property
 
getLeft() - Method in class org.bytemechanics.commons.functional.Tuple
Getter for left value
getRight() - Method in class org.bytemechanics.commons.functional.Tuple
Getter for right value
getTab() - Method in class org.bytemechanics.commons.io.YAMLPropertyReader.Entry
 
getTab() - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
 
getToInstantiate() - Method in class org.bytemechanics.commons.reflection.ObjectFactory
Returns the class to instantiate
getValue() - Method in class org.bytemechanics.commons.io.YAMLPropertyReader.Entry
 
getValue() - Method in class org.bytemechanics.commons.io.YAMLPropertyReader.Property
 
getValue() - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.Property
 

H

hashCode() - Method in class org.bytemechanics.commons.functional.Tuple
 
hashCode() - Method in class org.bytemechanics.commons.io.YAMLPropertyReader.Property
 
hashCode() - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.Property
 
hashCode() - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
 
height - Variable in class org.bytemechanics.commons.string.Figlet
 

I

INTEGER - org.bytemechanics.commons.reflection.PrimitiveTypeConverter
 
INTEGER - org.bytemechanics.commons.string.GenericTextParser
Default format: #0
isList() - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
 
isListItem() - Method in class org.bytemechanics.commons.io.YAMLPropertyReader.Entry
 
isOpen() - Method in class org.bytemechanics.commons.io.MemorySeekableByteChannel
 
isStarted() - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
 

K

key - Variable in class org.bytemechanics.commons.io.YAMLPropertyWriter.Property
Property key
key - Variable in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
Property key

L

LambdaUnchecker - Class in org.bytemechanics.commons.functional
Utility class to hide checked exceptions.
LambdaUnchecker() - Constructor for class org.bytemechanics.commons.functional.LambdaUnchecker
 
LambdaUnchecker.BiConsumerWithExceptions<T,​U,​E extends Exception> - Interface in org.bytemechanics.commons.functional
Functional interface for biconsumers with checked exceptions
LambdaUnchecker.ConsumerWithExceptions<T,​E extends Exception> - Interface in org.bytemechanics.commons.functional
Functional interface for consumers with checked exceptions
LambdaUnchecker.FunctionWithExceptions<T,​R,​E extends Exception> - Interface in org.bytemechanics.commons.functional
Functional interface for functions with checked exceptions
LambdaUnchecker.RunnableWithExceptions<E extends Exception> - Interface in org.bytemechanics.commons.functional
Functional interface for runnables with checked exceptions
LambdaUnchecker.SupplierWithExceptions<T,​E extends Exception> - Interface in org.bytemechanics.commons.functional
Functional interface for suppliers with checked exceptions
left() - Method in class org.bytemechanics.commons.functional.Tuple
return left value
left(C) - Method in class org.bytemechanics.commons.functional.Tuple
Create a clone tuple with the left value replaced with the given one
left(Function<A, C>) - Method in class org.bytemechanics.commons.functional.Tuple
Create a clone tuple with the left value result of the current left value applying the given converter
length(String) - Method in class org.bytemechanics.commons.string.Figlet
Calculate the length of the banner without compression
length(String, boolean) - Method in class org.bytemechanics.commons.string.Figlet
Calculate the length of the banner
line(String, boolean, char) - Method in class org.bytemechanics.commons.string.Figlet
Returns an string with the same length of the _phrase but filled with _filler
line(String, char) - Method in class org.bytemechanics.commons.string.Figlet
Returns an string with the same length of the _phrase but filled with _filler without compression
list - Variable in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
Flag to indicate if is list
LOCALDATE - org.bytemechanics.commons.string.GenericTextParser
Default format: DateTimeFormatter.ISO_DATE
LOCALDATETIME - org.bytemechanics.commons.string.GenericTextParser
Default format: DateTimeFormatter.ISO_DATE_TIME
LOCALTIME - org.bytemechanics.commons.string.GenericTextParser
Default format: DateTimeFormatter.ISO_TIME
LONG - org.bytemechanics.commons.reflection.PrimitiveTypeConverter
 
LONG - org.bytemechanics.commons.string.GenericTextParser
Default format: #0

M

MemorySeekableByteChannel - Class in org.bytemechanics.commons.io
Creates a seekable byte channel stored in memory
MemorySeekableByteChannel() - Constructor for class org.bytemechanics.commons.io.MemorySeekableByteChannel
 
MemorySeekableByteChannel(InputStream) - Constructor for class org.bytemechanics.commons.io.MemorySeekableByteChannel
 

N

name - Variable in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
Property key
NoFigletFontFormatException() - Constructor for exception org.bytemechanics.commons.string.Figlet.NoFigletFontFormatException
 

O

objectClass - Variable in enum org.bytemechanics.commons.reflection.PrimitiveTypeConverter
 
ObjectFactory<T> - Class in org.bytemechanics.commons.reflection
Factory to create objects looking for the appropiate constructor
ObjectFactory(Class<T>) - Constructor for class org.bytemechanics.commons.reflection.ObjectFactory
 
ObjectFactory(Class<T>, Object...) - Constructor for class org.bytemechanics.commons.reflection.ObjectFactory
 
of(Class<TYPE>) - Static method in class org.bytemechanics.commons.reflection.ObjectFactory
Static method to retrieve object factory for the given class
of(LEFT, RIGHT) - Static method in class org.bytemechanics.commons.functional.Tuple
Create a new Tuple form scratch with the given values
offer(T) - Method in class org.bytemechanics.commons.collections.FastDropLastQueue
 
org.bytemechanics.commons.collections - package org.bytemechanics.commons.collections
 
org.bytemechanics.commons.functional - package org.bytemechanics.commons.functional
 
org.bytemechanics.commons.io - package org.bytemechanics.commons.io
 
org.bytemechanics.commons.lang - package org.bytemechanics.commons.lang
 
org.bytemechanics.commons.reflection - package org.bytemechanics.commons.reflection
 
org.bytemechanics.commons.string - package org.bytemechanics.commons.string
 

P

PaginatedSpliterator<T> - Class in org.bytemechanics.commons.functional
Spliterator implementation that populates new data to the stream by calling recurrently a provided page supplier.
PaginatedSpliterator(Function<T, List<T>>) - Constructor for class org.bytemechanics.commons.functional.PaginatedSpliterator
Constructor receiving the _pageSupplier using DEFAULT_ESTIMATED_TOTAL as estimated total.
PaginatedSpliterator(Function<T, List<T>>, long) - Constructor for class org.bytemechanics.commons.functional.PaginatedSpliterator
Constructor receiving the _pageSupplier using _total as estimated total.
parse(Class<T>, String) - Method in enum org.bytemechanics.commons.string.GenericTextParser
Convert the given string to the intended _class usign default format
parse(Class<T>, String, String) - Method in enum org.bytemechanics.commons.string.GenericTextParser
Convert the given string to the intended _class usign the given format if not null, otherwise uses default format
parse(String) - Method in enum org.bytemechanics.commons.string.GenericTextParser
Convert the given string to enum target usign default format
parse(String, String) - Method in enum org.bytemechanics.commons.string.GenericTextParser
Convert the given string to enum target usign the given format if not null, otherwise uses default format
PATH - org.bytemechanics.commons.string.GenericTextParser
 
poll() - Method in class org.bytemechanics.commons.collections.FastDropLastQueue
 
position() - Method in class org.bytemechanics.commons.io.MemorySeekableByteChannel
 
position(long) - Method in class org.bytemechanics.commons.io.MemorySeekableByteChannel
 
primitiveClass - Variable in enum org.bytemechanics.commons.reflection.PrimitiveTypeConverter
 
PrimitiveTypeConverter - Enum in org.bytemechanics.commons.reflection
This enumerated allows to convert primitive types to it's corresponding class type int - Integer, float - Float...
print(String) - Method in class org.bytemechanics.commons.string.Figlet
Returns an string that represents the _phrase using the loaded font
print(String, boolean) - Method in class org.bytemechanics.commons.string.Figlet
Returns an string that represents the _phrase using the loaded font
Property(String, String) - Constructor for class org.bytemechanics.commons.io.YAMLPropertyReader.Property
 
Property(String, String) - Constructor for class org.bytemechanics.commons.io.YAMLPropertyWriter.Property
 

R

read(ByteBuffer) - Method in class org.bytemechanics.commons.io.MemorySeekableByteChannel
 
readLine() - Method in class org.bytemechanics.commons.io.YAMLPropertyReader
Read and parse next available line with actual content (ignoring commnets) and parses to Entry.
remove(Object) - Method in class org.bytemechanics.commons.collections.FastDropLastQueue
 
render(char, boolean) - Method in class org.bytemechanics.commons.string.Figlet
Renderizes any character if compressed is true removes first and last column
render(String, boolean) - Method in class org.bytemechanics.commons.string.Figlet
Renderizes the given phrase if compressed is true then each character is renderized without the first and the last column
renderCharacter(char, boolean) - Method in class org.bytemechanics.commons.string.Figlet
Renderizes a printable character if compressed is true removes first and last column
renderTab() - Method in class org.bytemechanics.commons.string.Figlet
Renderizes a tab character
right() - Method in class org.bytemechanics.commons.functional.Tuple
return right value
right(C) - Method in class org.bytemechanics.commons.functional.Tuple
Create a clone tuple with the right value replaced with the given one
right(Function<B, C>) - Method in class org.bytemechanics.commons.functional.Tuple
Create a clone tuple with the right value result of the current right value applying the given converter
run() - Method in interface org.bytemechanics.commons.functional.LambdaUnchecker.RunnableWithExceptions
 

S

setStarted(boolean) - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
 
SHORT - org.bytemechanics.commons.reflection.PrimitiveTypeConverter
 
SHORT - org.bytemechanics.commons.string.GenericTextParser
Default format: #0
silencedAccept(LambdaUnchecker.BiConsumerWithExceptions<T, U, E>, T, U) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Accept consumer input but silencing the exception Example: silencedAccept((name,value) -> System.out.println(Class.forName(name)+value));
silencedAccept(LambdaUnchecker.ConsumerWithExceptions<T, E>, T) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Accept consumer input but silencing the exception Example: uncheckedAccept(name -> System.out.println(Class.forName(name)),"java.util.List");
silencedApply(LambdaUnchecker.FunctionWithExceptions<T, R, E>, T) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Apply function returning the result but returning null when exception and silencing the exception and in this case returning null Example: silencedFunction(name -> Class.forName(name)) or silencedFunction(Class::forName)
silencedBiConsumer(LambdaUnchecker.BiConsumerWithExceptions<T, U, E>) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Wraps biconsumer lambda returning the same one but returning null when exception and silencing the exception Example: .forEach(silencedBiConsumer((name,value) -> System.out.println(Class.forName(name)+value)));
silencedConsumer(LambdaUnchecker.ConsumerWithExceptions<T, E>) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Wraps consumer lambda returning the same one but silencing the exception Example: .forEach(silencedConsumer(name -> System.out.println(Class.forName(name)))); or .forEach(silencedConsumer(ClassNameUtil::println));
silencedFunction(LambdaUnchecker.FunctionWithExceptions<T, R, E>) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Wraps function lambda returning the same one but returning null when exception and silencing the exception Example: .map(silencedFunction(name -> Class.forName(name))) or .map(silencedFunction(Class::forName))
silencedGet(LambdaUnchecker.SupplierWithExceptions<T, E>) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Get supplier returning the supplier result or null if exception Example: silencedGet(() -> new StringJoiner(new String(new byte[]{77, 97, 114, 107}, "UTF-8")))
silencedRun(LambdaUnchecker.RunnableWithExceptions) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Run Runnable but silencing any exception Example: silencedGet(() -> new StringJoiner(new String(new byte[]{77, 97, 114, 107}, "UTF-8")))
silencedRunnable(LambdaUnchecker.RunnableWithExceptions) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Wraps Runnable lambda returning the same one but returning null when exception and silencing the exception Example: silencedSupplier(() -> new StringJoiner(new String(new byte[]{77, 97, 114, 107}, "UTF-8"))),
silencedSupplier(LambdaUnchecker.SupplierWithExceptions<T, E>) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Wraps supplier lambda returning the same one but returning null when exception and silencing the exception Example: silencedSupplier(() -> new StringJoiner(new String(new byte[]{77, 97, 114, 107}, "UTF-8"))),
SimpleFormat - Class in org.bytemechanics.commons.string
Helper class for internal use only Please keep in mind that this class can be changed, renamed, deleted or extended without previous advice between fix releases, minor versions or major versions
SimpleFormat() - Constructor for class org.bytemechanics.commons.string.SimpleFormat
 
size() - Method in class org.bytemechanics.commons.io.MemorySeekableByteChannel
 
splitPath(YAMLPropertyWriter.Property) - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter
Divide the given _property into a stream of YamlEntry
stream() - Method in class org.bytemechanics.commons.io.YAMLPropertyReader
Stream properties populating them ordered
STRING - org.bytemechanics.commons.string.GenericTextParser
 
Stringify - Class in org.bytemechanics.commons.string
To string utility converter
Stringify() - Constructor for class org.bytemechanics.commons.string.Stringify
 
supplier() - Method in class org.bytemechanics.commons.reflection.ObjectFactory
Returns the supplier for the class of this factory using, if provided, the attributes Note: this supplier throws an exception if an error occurs during instantiation
supplier(String, Object...) - Static method in class org.bytemechanics.commons.string.SimpleFormat
Supplier that retrieve the message formatted that replaces _message content '{}' by the giver _args per order.
The method to print the object is by calling object to string and in case the object is null is replaced by the string "null"

T

toFormattedString(Object) - Static method in enum org.bytemechanics.commons.string.GenericTextParser
Try to convert the given object to string usign default format
toFormattedString(Object, String) - Static method in enum org.bytemechanics.commons.string.GenericTextParser
Try to convert the given object to string usign the given format if not null, otherwise uses default format
toString() - Method in class org.bytemechanics.commons.functional.Tuple
 
toString() - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
 
toString() - Method in enum org.bytemechanics.commons.string.GenericTextParser
 
toString(Throwable) - Static method in class org.bytemechanics.commons.string.Stringify
Prints stacktrace as string (null protected).
toString(Duration, String) - Static method in class org.bytemechanics.commons.string.Stringify
Format duration as string (null protected)
toValue(Class<T>, String) - Static method in enum org.bytemechanics.commons.string.GenericTextParser
Try to convert the given string to the intended _class usign default format
toValue(Class<T>, String, String) - Static method in enum org.bytemechanics.commons.string.GenericTextParser
Try to convert the given string to the intended _class usign the given format if not null, otherwise uses default format
truncate(long) - Method in class org.bytemechanics.commons.io.MemorySeekableByteChannel
 
tryAdvance(Consumer<? super T>) - Method in class org.bytemechanics.commons.functional.EnumerationSpliterator
 
tryAdvance(Consumer<? super T>) - Method in class org.bytemechanics.commons.functional.PaginatedSpliterator
 
trySplit() - Method in class org.bytemechanics.commons.functional.EnumerationSpliterator
 
trySplit() - Method in class org.bytemechanics.commons.functional.PaginatedSpliterator
 
Tuple<A,​B> - Class in org.bytemechanics.commons.functional
Immutable object to keep context of two values
Tuple(A, B) - Constructor for class org.bytemechanics.commons.functional.Tuple
Tuple constructor

U

uncheckedAccept(LambdaUnchecker.BiConsumerWithExceptions<T, U, E>, T, U) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Accept consumer input but hacking the compiler to avoid compilation check.
uncheckedAccept(LambdaUnchecker.ConsumerWithExceptions<T, E>, T) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Accept consumer input but hacking the compiler to avoid compilation check.
uncheckedApply(LambdaUnchecker.FunctionWithExceptions<T, R, E>, T) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Apply function returning the result but hacking the compiler to avoid compilation check.
uncheckedBiConsumer(LambdaUnchecker.BiConsumerWithExceptions<T, U, E>) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Wraps biconsumer lambda returning the same one but hacking the compiler to avoid compilation check.
uncheckedConsumer(LambdaUnchecker.ConsumerWithExceptions<T, E>) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Wraps consumer lambda returning the consumer but hacking the compiler to avoid compilation check.
uncheckedFunction(LambdaUnchecker.FunctionWithExceptions<T, R, E>) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Wraps function lambda returning the same one but hacking the compiler to avoid compilation check.
uncheckedGet(LambdaUnchecker.SupplierWithExceptions<T, E>) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Get supplier returning the supplier result but hacking the compiler to avoid compilation check.
uncheckedRun(LambdaUnchecker.RunnableWithExceptions) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Run Runnable but hacking the compiler to avoid compilation check.
uncheckedRunnable(LambdaUnchecker.RunnableWithExceptions) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Wraps Runnable lambda returning the same one but hacking the compiler to avoid compilation check.
uncheckedSupplier(LambdaUnchecker.SupplierWithExceptions<T, E>) - Static method in class org.bytemechanics.commons.functional.LambdaUnchecker
Wraps supplier lambda returning the same one but hacking the compiler to avoid compilation check.
UNSENSITIVE_ENUM - org.bytemechanics.commons.string.GenericTextParser
 

V

value - Variable in class org.bytemechanics.commons.io.YAMLPropertyWriter.Property
Property value
value - Variable in class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
Property value
valueOf(String) - Static method in enum org.bytemechanics.commons.reflection.PrimitiveTypeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytemechanics.commons.string.GenericTextParser
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.bytemechanics.commons.reflection.PrimitiveTypeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytemechanics.commons.string.GenericTextParser
Returns an array containing the constants of this enum type, in the order they are declared.
VOID - org.bytemechanics.commons.reflection.PrimitiveTypeConverter
 

W

with(C, D) - Method in class org.bytemechanics.commons.functional.Tuple
Create a clone tuple with the new given values
with(Object...) - Method in class org.bytemechanics.commons.reflection.ObjectFactory
Attributes to use when instance the object
with(Function<A, C>, Function<B, D>) - Method in class org.bytemechanics.commons.functional.Tuple
Create a clone tuple with the left and right values converted with the given converters
write(ByteBuffer) - Method in class org.bytemechanics.commons.io.MemorySeekableByteChannel
 
write(Stream<YAMLPropertyWriter.Property>) - Method in class org.bytemechanics.commons.io.YAMLPropertyWriter
Write down all stream elements until end of stream IMPORTANT: its mandatory to provide the stream ordered, otherwise will have unexpected results

Y

YamlEntry(int, String, String) - Constructor for class org.bytemechanics.commons.io.YAMLPropertyWriter.YamlEntry
 
YAMLPropertyReader - Class in org.bytemechanics.commons.io
Simple yaml parser to convert to key-value pairs Important notes: Multi-document yaml not supported (please avoid the triple-hyphens syntax)
YAMLPropertyReader(Reader) - Constructor for class org.bytemechanics.commons.io.YAMLPropertyReader
Default constructor with appendListLength set true
YAMLPropertyReader(Reader, boolean) - Constructor for class org.bytemechanics.commons.io.YAMLPropertyReader
Constructor capable to define appendListLength value
YAMLPropertyReader.Entry - Class in org.bytemechanics.commons.io
Internal single line entry readed object
YAMLPropertyReader.Property - Class in org.bytemechanics.commons.io
Returned property
YAMLPropertyWriter - Class in org.bytemechanics.commons.io
Property writer to yaml
YAMLPropertyWriter(Writer) - Constructor for class org.bytemechanics.commons.io.YAMLPropertyWriter
Default constructor with ignoreListLength set true
YAMLPropertyWriter(Writer, boolean) - Constructor for class org.bytemechanics.commons.io.YAMLPropertyWriter
Constructor capable to define ignoreListLength value
YAMLPropertyWriter.Property - Class in org.bytemechanics.commons.io
Input property
YAMLPropertyWriter.YamlEntry - Class in org.bytemechanics.commons.io
Internal class to store each property tree name with the key and value
A B C D E F G H I K L M N O P R S T U V W Y 
All Classes All Packages