Index

A B C D E F G H I J L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

accept(T) - Method in interface net.tangly.commons.lang.exceptions.ThrowingConsumer
 
accept(T) - Method in interface net.tangly.commons.lang.exceptions.ThrowingIOExceptionConsumer
 
accept(T, U, V) - Method in interface net.tangly.commons.lang.functional.TriConsumer
Performs this operation on the given arguments.
andThen(Function<? super R, ? extends W>) - Method in interface net.tangly.commons.lang.functional.TriFunction
Return a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(TriConsumer<? super T, ? super U, ? super V>) - Method in interface net.tangly.commons.lang.functional.TriConsumer
Returns a composed TriConsumer that performs, in sequence, this operation followed by the after operation.
append(LList<T>) - Method in interface net.tangly.commons.lang.functional.LList
 
appendBits(byte[], byte, int, int) - Static method in class net.tangly.commons.utilities.BitUtilities
Writes length number of bits from data into the byte stream at the bit position.
appendBits(byte[], int, int, int) - Static method in class net.tangly.commons.utilities.BitUtilities
Writes length number of bits from data into the byte stream at the bit position.
appendBits(byte[], short, int, int) - Static method in class net.tangly.commons.utilities.BitUtilities
Writes length number of bits from data into the byte stream at the bit position.
apply(T) - Method in interface net.tangly.commons.lang.exceptions.ThrowingFunction
 
apply(T, U, V) - Method in interface net.tangly.commons.lang.functional.TriFunction
Applies this function to the given arguments.
ASCIIDOC_EXT - Static variable in class net.tangly.commons.utilities.AsciiDoctorHelper
 
AsciiDocHelper - Class in net.tangly.commons.utilities
 
AsciiDocHelper(Writer) - Constructor for class net.tangly.commons.utilities.AsciiDocHelper
 
AsciiDoctorHelper - Class in net.tangly.commons.utilities
defines helper functions to transform a asciidoc document into a PDF document.
average(int...) - Static method in class net.tangly.commons.utilities.MathUtilities
 

B

BitUtilities - Class in net.tangly.commons.utilities
The bit utility class provides utility functions to manipulate bit streams as used on older communication protocols.
bold(String) - Static method in class net.tangly.commons.utilities.AsciiDocHelper
 
BYTE - Static variable in class net.tangly.commons.utilities.BitUtilities
Size of a byte in bits.

C

characteristics() - Method in class net.tangly.commons.lang.functional.LList.LListSplitIterator
 
checkArgument(boolean) - Static method in class net.tangly.commons.lang.Preconditions
 
close() - Method in class net.tangly.commons.imap.ImapSession
 
component() - Method in record class net.tangly.commons.logger.EventData
Returns the value of the component record component.
confidence(int[], double) - Static method in class net.tangly.commons.utilities.MathUtilities
 
cons(T, LList<T>) - Static method in interface net.tangly.commons.lang.functional.LList
Return a new immutable list with a new item inserted in the front.
cons(T, Sequence<T>) - Method in interface net.tangly.commons.lang.functional.Sequence
Construct a new immutable list by addind the new front item to the existing sequence.
copy() - Method in interface net.tangly.commons.lang.functional.LList
 
createPdf(String, OutputStream) - Static method in class net.tangly.commons.utilities.AsciiDoctorHelper
 
createPdf(Path, Path) - Static method in class net.tangly.commons.utilities.AsciiDoctorHelper
 

D

data() - Method in record class net.tangly.commons.logger.EventData
Returns the value of the data record component.
DateUtilities - Class in net.tangly.commons.utilities
 
day() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
Returns the value of the day record component.
DWORD - Static variable in class net.tangly.commons.utilities.BitUtilities
Size of a double word in bits.

E

empty() - Static method in class net.tangly.commons.lang.Reference
Return a new empty reference to the given object.
emptyToNull(String) - Static method in class net.tangly.commons.lang.Strings
 
ENTITY - Static variable in record class net.tangly.commons.logger.EventData
 
equals(Object) - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.commons.lang.functional.LList.ImmutableList
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.commons.lang.functional.Pair
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.commons.lang.Interval
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.commons.logger.EventData
Indicates whether some other object is "equal to" this one.
ERROR - Enum constant in enum class net.tangly.commons.logger.EventData.Status
 
estimateSize() - Method in class net.tangly.commons.lang.functional.LList.LListSplitIterator
 
event() - Method in record class net.tangly.commons.logger.EventData
Returns the value of the event record component.
EventData - Record Class in net.tangly.commons.logger
Provide a simple approach to create an audit trail for all relevant operations performed in the system.
EventData(String, LocalDateTime, String, EventData.Status, String, Map<String, Object>, Throwable) - Constructor for record class net.tangly.commons.logger.EventData
Creates an instance of a EventData record class.
EventData.Status - Enum Class in net.tangly.commons.logger
 
exception() - Method in record class net.tangly.commons.logger.EventData
Returns the value of the exception record component.
ExceptionMapper<H> - Class in net.tangly.commons.lang.exceptions
The exception mapper processes an exception and executes associated instructions with the helper.
ExceptionMapper() - Constructor for class net.tangly.commons.lang.exceptions.ExceptionMapper
 
EXPORT - Static variable in record class net.tangly.commons.logger.EventData
 
extractBitsToByte(byte[], int, int) - Static method in class net.tangly.commons.utilities.BitUtilities
Extracts length number of bits from the byte stream at the bit position.
extractBitsToInt(byte[], int, int) - Static method in class net.tangly.commons.utilities.BitUtilities
Extracts length number of bits from the byte stream starting at the bit position.
extractBitsToShort(byte[], int, int) - Static method in class net.tangly.commons.utilities.BitUtilities
Extracts length number of bits from the byte stream at the bit position.

F

failure(Throwable) - Static method in interface net.tangly.commons.lang.functional.Try
 
Failure(Throwable) - Constructor for class net.tangly.commons.lang.functional.Try.Failure
 
FAILURE - Enum constant in enum class net.tangly.commons.logger.EventData.Status
 
FILENAME - Static variable in record class net.tangly.commons.logger.EventData
 
FileUtilities - Class in net.tangly.commons.utilities
 
findField(Class<T>, String) - Static method in class net.tangly.commons.lang.ReflectionUtilities
Finds the field with the given name.
first() - Method in interface net.tangly.commons.lang.functional.LList
Return the first of the list.
first() - Method in record class net.tangly.commons.lang.functional.LList.ImmutableList
Returns the value of the first record component.
first() - Method in class net.tangly.commons.lang.functional.LList.Nil
 
first() - Method in interface net.tangly.commons.lang.functional.Sequence
Return the first element of the sequence.
flatMap(Function<? super T, Try<U>>) - Method in class net.tangly.commons.lang.functional.Try.Failure
 
flatMap(Function<? super T, Try<U>>) - Method in interface net.tangly.commons.lang.functional.Try
 
flatMap(Function<? super T, Try<U>>) - Method in class net.tangly.commons.lang.functional.Try.Success
 
format(BigDecimal) - Static method in class net.tangly.commons.utilities.AsciiDocHelper
Formats a decimal value into an accounting representation with two digits after the separator, colored in read if negative, and discarded if the value is zero.

G

get() - Method in class net.tangly.commons.lang.functional.Try.Failure
 
get() - Method in interface net.tangly.commons.lang.functional.Try
 
get() - Method in class net.tangly.commons.lang.functional.Try.Success
 
get() - Method in class net.tangly.commons.lang.Reference
Return the reference object.
get(T, String) - Static method in class net.tangly.commons.lang.ReflectionUtilities
 
get(T, Field) - Static method in class net.tangly.commons.lang.ReflectionUtilities
 
getThrown() - Method in class net.tangly.commons.lang.functional.Try.Failure
 
getThrown() - Method in interface net.tangly.commons.lang.functional.Try
 
getThrown() - Method in class net.tangly.commons.lang.functional.Try.Success
 

H

hasDay() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
 
hashCode() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.commons.lang.functional.LList.ImmutableList
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.commons.lang.functional.Pair
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.commons.lang.Interval
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.commons.logger.EventData
Returns a hash code value for this object.
hasMonth() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
 
hasYear() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
 
header(String, int) - Method in class net.tangly.commons.utilities.AsciiDocHelper
 

I

id() - Method in interface net.tangly.commons.generator.IdGenerator
new identifier for the application usage.
id() - Method in class net.tangly.commons.generator.LongIdGenerator
 
IdGenerator - Interface in net.tangly.commons.generator
Identifiers generator to create unique object identifiers.
ifPresent(Consumer<? super T>) - Method in class net.tangly.commons.lang.Reference
If a value is present, performs the given action with the value, otherwise does nothing.
image(String, String) - Method in class net.tangly.commons.utilities.AsciiDocHelper
 
ImapSession - Class in net.tangly.commons.imap
 
ImapSession(String, String) - Constructor for class net.tangly.commons.imap.ImapSession
 
ImmutableList(T, LList<T>) - Constructor for record class net.tangly.commons.lang.functional.LList.ImmutableList
Creates an instance of a ImmutableList record class.
IMPORT - Static variable in record class net.tangly.commons.logger.EventData
 
IncompleteLocalDate - Record Class in net.tangly.commons.jmap
Models an incomplete local date such as a birthday.
IncompleteLocalDate(int, int, int) - Constructor for record class net.tangly.commons.jmap.IncompleteLocalDate
Creates an instance of a IncompleteLocalDate record class.
INFO - Enum constant in enum class net.tangly.commons.logger.EventData.Status
 
inlineAnchor(String) - Method in class net.tangly.commons.utilities.AsciiDocHelper
 
internalXRef(String, String) - Method in class net.tangly.commons.utilities.AsciiDocHelper
 
Interval<T> - Record Class in net.tangly.commons.lang
Defines an interval of values of the type providing a simple ordering function.
Interval(T, T) - Constructor for record class net.tangly.commons.lang.Interval
Creates an instance of a Interval record class.
isEmpty() - Method in record class net.tangly.commons.lang.functional.LList.ImmutableList
 
isEmpty() - Method in interface net.tangly.commons.lang.functional.LList
Return true if the list is empty otherwise false.
isEmpty() - Method in class net.tangly.commons.lang.functional.LList.Nil
 
isEmpty() - Method in class net.tangly.commons.lang.Reference
If a value is not present, returns true, otherwise false.
isFailure() - Method in interface net.tangly.commons.lang.functional.Try
 
isNullOrBlank(String) - Static method in class net.tangly.commons.lang.Strings
 
isNullOrEmpty(String) - Static method in class net.tangly.commons.lang.Strings
 
isPresent() - Method in class net.tangly.commons.lang.Reference
If a value is present, returns true, otherwise false.
isRegistered(Class<? extends Exception>) - Method in class net.tangly.commons.lang.exceptions.ExceptionMapper
Return true if the exception class is registered.
isSuccess() - Method in class net.tangly.commons.lang.functional.Try.Failure
 
isSuccess() - Method in interface net.tangly.commons.lang.functional.Try
 
isSuccess() - Method in class net.tangly.commons.lang.functional.Try.Success
 
isValid(Reader, String) - Static method in class net.tangly.commons.utilities.JsonUtilities
 
isValid(Path, String) - Static method in class net.tangly.commons.utilities.JsonUtilities
Check if the JSON file is valid against the JSON schema describing the structure of the JSON file.
isWithinRange(LocalDate, LocalDate, LocalDate) - Static method in class net.tangly.commons.utilities.DateUtilities
 
italics(String) - Static method in class net.tangly.commons.utilities.AsciiDocHelper
 

J

JsonUtilities - Class in net.tangly.commons.utilities
Utilities to process and validate JSON files.

L

left() - Method in record class net.tangly.commons.lang.functional.Pair
Returns the value of the left record component.
length() - Method in interface net.tangly.commons.lang.functional.LList
 
list(T...) - Static method in interface net.tangly.commons.lang.functional.LList
 
LList<T> - Interface in net.tangly.commons.lang.functional
Defines an immutable list structure as used in Lisp, Scheme, or Clojure.
LList.ImmutableList<T> - Record Class in net.tangly.commons.lang.functional
 
LList.LListSplitIterator<T> - Class in net.tangly.commons.lang.functional
Define a split iterator for the immutable persistent list structure.
LList.Nil<T> - Class in net.tangly.commons.lang.functional
 
LListSplitIterator(LList<T>) - Constructor for class net.tangly.commons.lang.functional.LList.LListSplitIterator
 
log(String, String, EventData.Status, String, Map<String, Object>) - Static method in record class net.tangly.commons.logger.EventData
 
log(String, String, EventData.Status, String, Map<String, Object>, Throwable) - Static method in record class net.tangly.commons.logger.EventData
 
log(EventData) - Static method in record class net.tangly.commons.logger.EventData
Log the event data as audit log.
LongIdGenerator - Class in net.tangly.commons.generator
 
LongIdGenerator(long) - Constructor for class net.tangly.commons.generator.LongIdGenerator
 
lower() - Method in record class net.tangly.commons.lang.Interval
Returns the value of the lower record component.

M

map(Function<? super T, ? extends U>) - Method in class net.tangly.commons.lang.functional.Try.Failure
 
map(Function<? super T, ? extends U>) - Method in interface net.tangly.commons.lang.functional.Try
 
map(Function<? super T, ? extends U>) - Method in class net.tangly.commons.lang.functional.Try.Success
 
map(Function<T, ? extends R>) - Method in interface net.tangly.commons.lang.functional.LList
 
MathUtilities - Class in net.tangly.commons.utilities
 
mean(int...) - Static method in class net.tangly.commons.utilities.MathUtilities
 
messages(String) - Method in class net.tangly.commons.imap.ImapSession
 
month() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
Returns the value of the month record component.

N

net.tangly.commons.generator - package net.tangly.commons.generator
 
net.tangly.commons.imap - package net.tangly.commons.imap
 
net.tangly.commons.jmap - package net.tangly.commons.jmap
 
net.tangly.commons.lang - package net.tangly.commons.lang
A collection of abstractions and utility functions missing in the standard java API.
net.tangly.commons.lang.exceptions - package net.tangly.commons.lang.exceptions
 
net.tangly.commons.lang.functional - package net.tangly.commons.lang.functional
The package provides functional abstractions still missing in the official standard API of Java.
net.tangly.commons.logger - package net.tangly.commons.logger
Provide extensions to the log4j2 logging framework.
net.tangly.commons.utilities - package net.tangly.commons.utilities
A set of utility classes providing functions missing in the standard JDK API.
NEWLINE - Static variable in class net.tangly.commons.utilities.AsciiDocHelper
 
newPage() - Method in class net.tangly.commons.utilities.AsciiDocHelper
 
nil() - Static method in interface net.tangly.commons.lang.functional.LList
Return an empty list
nil() - Static method in class net.tangly.commons.lang.functional.LList.Nil
 
nullToEmpty(String) - Static method in class net.tangly.commons.lang.Strings
 

O

of(int, int, int) - Static method in record class net.tangly.commons.jmap.IncompleteLocalDate
 
of(int, Month, int) - Static method in record class net.tangly.commons.jmap.IncompleteLocalDate
 
of(Supplier<T>) - Static method in interface net.tangly.commons.lang.functional.Try
 
of(ThrowingConsumer<T, E>) - Static method in interface net.tangly.commons.lang.exceptions.ThrowingConsumer
 
of(ThrowingFunction<T, R, E>) - Static method in interface net.tangly.commons.lang.exceptions.ThrowingFunction
 
of(ThrowingIOExceptionConsumer<T>) - Static method in interface net.tangly.commons.lang.exceptions.ThrowingIOExceptionConsumer
 
of(ThrowingPredicate<T, E>) - Static method in interface net.tangly.commons.lang.exceptions.ThrowingPredicate
 
of(T) - Static method in class net.tangly.commons.lang.Reference
Return a new reference to the given object.
of(T, U) - Static method in record class net.tangly.commons.lang.functional.Pair
 
onFailure(Consumer<Throwable>) - Method in class net.tangly.commons.lang.functional.Try.Failure
 
onFailure(Consumer<Throwable>) - Method in interface net.tangly.commons.lang.functional.Try
 
onFailure(Consumer<Throwable>) - Method in class net.tangly.commons.lang.functional.Try.Success
 
onSuccess(Consumer<T>) - Method in class net.tangly.commons.lang.functional.Try.Failure
 
onSuccess(Consumer<T>) - Method in interface net.tangly.commons.lang.functional.Try
 
onSuccess(Consumer<T>) - Method in class net.tangly.commons.lang.functional.Try.Success
 

P

Pair<T,U> - Record Class in net.tangly.commons.lang.functional
Defines a typed pair as long as JDK API is not providing the abstraction.
Pair(T, U) - Constructor for record class net.tangly.commons.lang.functional.Pair
Creates an instance of a Pair record class.
paragraph(String) - Method in class net.tangly.commons.utilities.AsciiDocHelper
 
PDF_EXT - Static variable in class net.tangly.commons.utilities.AsciiDoctorHelper
 
Preconditions - Class in net.tangly.commons.lang
 
process(H, Exception) - Method in class net.tangly.commons.lang.exceptions.ExceptionMapper
Process the exception by executing the associated functor.

R

Reference<T> - Class in net.tangly.commons.lang
A reference to an object, emulating the concept of typed pointer to typed variable.
Reference() - Constructor for class net.tangly.commons.lang.Reference
Constructor of the class to build an empty reference.
Reference(T) - Constructor for class net.tangly.commons.lang.Reference
Constructor of the class.
ReflectionUtilities - Class in net.tangly.commons.lang
Utility cass to manipulate objects through reflection.
register(Class<? extends Exception>, BiConsumer<H, Exception>) - Method in class net.tangly.commons.lang.exceptions.ExceptionMapper
Register the class exception with the associated consumer.
replaceInSelectedFileWithUnixEol(Path, Set<String>) - Static method in class net.tangly.commons.utilities.FileUtilities
 
replaceWithUnixEol(Path) - Static method in class net.tangly.commons.utilities.FileUtilities
 
rest() - Method in record class net.tangly.commons.lang.functional.LList.ImmutableList
Returns the value of the rest record component.
rest() - Method in class net.tangly.commons.lang.functional.LList.Nil
 
rest() - Method in interface net.tangly.commons.lang.functional.LList
Return the tail of the list.
rest() - Method in interface net.tangly.commons.lang.functional.Sequence
Return the rest of the sequence witouth the first item of the sequence.
right() - Method in record class net.tangly.commons.lang.functional.Pair
Returns the value of the right record component.

S

select(MimeMultipart, String) - Method in class net.tangly.commons.imap.ImapSession
 
selectTextParts(MimeMultipart) - Method in class net.tangly.commons.imap.ImapSession
 
selectTextPartsFrom(String) - Method in class net.tangly.commons.imap.ImapSession
 
Sequence<T> - Interface in net.tangly.commons.lang.functional
 
set(long) - Method in interface net.tangly.commons.generator.IdGenerator
Sets the generator based on a new external identifier.
set(long) - Method in class net.tangly.commons.generator.LongIdGenerator
 
set(T) - Method in class net.tangly.commons.lang.Reference
Set the referenced object.
set(T, String, Object) - Static method in class net.tangly.commons.lang.ReflectionUtilities
 
set(T, Field, Object) - Static method in class net.tangly.commons.lang.ReflectionUtilities
 
status() - Method in record class net.tangly.commons.logger.EventData
Returns the value of the status record component.
stream() - Method in interface net.tangly.commons.lang.functional.LList
 
Strings - Class in net.tangly.commons.lang
Utility class providing missing methods of the String class.
success(V) - Static method in interface net.tangly.commons.lang.functional.Try
 
Success(T) - Constructor for class net.tangly.commons.lang.functional.Try.Success
 
SUCCESS - Enum constant in enum class net.tangly.commons.logger.EventData.Status
 

T

tableEnd() - Method in class net.tangly.commons.utilities.AsciiDocHelper
 
tableHeader(String, String, String...) - Method in class net.tangly.commons.utilities.AsciiDocHelper
 
tableRow(String...) - Method in class net.tangly.commons.utilities.AsciiDocHelper
 
test(T) - Method in interface net.tangly.commons.lang.exceptions.ThrowingPredicate
 
text() - Method in record class net.tangly.commons.logger.EventData
Returns the value of the text record component.
text(String) - Method in class net.tangly.commons.utilities.AsciiDocHelper
 
ThrowingConsumer<T,E> - Interface in net.tangly.commons.lang.exceptions
Wrapper for a consumer throwing a checked exception to enable use in streams.
ThrowingFunction<T,R,E> - Interface in net.tangly.commons.lang.exceptions
Wrapper for a function throwing a checked exception to enable use in streams.
ThrowingIOExceptionConsumer<T> - Interface in net.tangly.commons.lang.exceptions
 
ThrowingPredicate<T,E> - Interface in net.tangly.commons.lang.exceptions
Wrapper for a predicate throwing a checked exception to enable use in streams.
timestamp() - Method in record class net.tangly.commons.logger.EventData
Returns the value of the timestamp record component.
toDate() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
 
toHex(byte[]) - Static method in class net.tangly.commons.utilities.BitUtilities
Transforms the stream of byte into a human-readable sequence of hexadecimal values.
toMonthDay() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
 
toString() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
Returns a string representation of this record class.
toString() - Method in record class net.tangly.commons.lang.functional.LList.ImmutableList
Returns a string representation of this record class.
toString() - Method in class net.tangly.commons.lang.functional.LList.Nil
 
toString() - Method in record class net.tangly.commons.lang.functional.Pair
Returns a string representation of this record class.
toString() - Method in record class net.tangly.commons.lang.Interval
Returns a string representation of this record class.
toString() - Method in record class net.tangly.commons.logger.EventData
Returns a string representation of this record class.
toYear() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
 
toYearMonth() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
 
TriConsumer<T,U,V> - Interface in net.tangly.commons.lang.functional
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
TriFunction<T,U,V,R> - Interface in net.tangly.commons.lang.functional
Represents a function that accepts three arguments and produces a result.
Try<T> - Interface in net.tangly.commons.lang.functional
Functional programming strives to minimize side effects, so throwing exceptions is avoided.
Try.Failure<T> - Class in net.tangly.commons.lang.functional
 
Try.Success<T> - Class in net.tangly.commons.lang.functional
 
tryAdvance(Consumer<? super T>) - Method in class net.tangly.commons.lang.functional.LList.LListSplitIterator
 
trySplit() - Method in class net.tangly.commons.lang.functional.LList.LListSplitIterator
 

U

unregister(Class<? extends Exception>) - Method in class net.tangly.commons.lang.exceptions.ExceptionMapper
The class exception cannot be unregistered to insure we are always handling any exception.
upper() - Method in record class net.tangly.commons.lang.Interval
Returns the value of the upper record component.

V

validateSchema(Reader, String) - Static method in class net.tangly.commons.utilities.JsonUtilities
Validate the JSON file against the JSON schema describing the structure of the JSON file.
valueOf(String) - Static method in enum class net.tangly.commons.logger.EventData.Status
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.tangly.commons.logger.EventData.Status
Returns an array containing the constants of this enum class, in the order they are declared.

W

WARNING - Enum constant in enum class net.tangly.commons.logger.EventData.Status
 
WORD - Static variable in class net.tangly.commons.utilities.BitUtilities
Size of a word in bits.
writer() - Method in class net.tangly.commons.utilities.AsciiDocHelper
 

Y

year() - Method in record class net.tangly.commons.jmap.IncompleteLocalDate
Returns the value of the year record component.

Z

Z_VALUE_PERCENTILE_75 - Static variable in class net.tangly.commons.utilities.MathUtilities
 
Z_VALUE_PERCENTILE_80 - Static variable in class net.tangly.commons.utilities.MathUtilities
 
Z_VALUE_PERCENTILE_85 - Static variable in class net.tangly.commons.utilities.MathUtilities
 
Z_VALUE_PERCENTILE_90 - Static variable in class net.tangly.commons.utilities.MathUtilities
 
Z_VALUE_PERCENTILE_95 - Static variable in class net.tangly.commons.utilities.MathUtilities
 
Z_VALUE_PERCENTILE_99 - Static variable in class net.tangly.commons.utilities.MathUtilities
 
A B C D E F G H I J L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values