All Classes and Interfaces

Class
Description
An extension library for arrays, to be used with Xtend.
Factory methods for arrays.
This is an extension library for big decimal numbers.
This is an extension library for big integral numbers.
This is an extension library for booleans.
Internal wrapper to look like a google.collect predicate
This is an extension library for Byte numbers.
This is an extension library for Character numbers.
This is an extension library for collections.
This is an extension library for collections.
This is an extension library for comparables.
This is a library used to convert arrays to lists and vice versa in a way that keeps the identity of the to-be-converted object.
A list that is completely backed by an array and that provides access to that array.
A list that is completely backed by an array of primitives and that provides access to that array.
A list that is completely backed by an array of primitives and that provides access to that array.
A list that is completely backed by an array of primitives and that provides access to that array.
A list that is completely backed by an array of primitives and that provides access to that array.
A list that is completely backed by an array of primitives and that provides access to that array.
A list that is completely backed by an array of primitives and that provides access to that array.
A list that is completely backed by an array of primitives and that provides access to that array.
A list that is completely backed by an array of primitives and that provides access to that array.
This is an extension library for floating point numbers, e.g.
Useful helper methods when dealing with exceptions.
A sequence of integers starting from start to end counting up or down.
Marks a field, parameter or local variable as extension provider.
This is an extension library for Float numbers.
Internal wrapper to look like a google.collect function
This is an extension library for functions, e.g.
This class serves as a container for the various function types that are used to implement the type of closures in Xbase.
A function without any parameters.
A function that takes one argument.
A function that takes two arguments.
A function that takes three arguments.
A function that takes four arguments.
A function that takes five arguments.
A function that takes six arguments.
Allows to describe how a certain static function should be inlined by the Xbase compiler.
Utilities to print information to the console.
This is an extension library for integral numbers, e.g.
A sequence of integers starting from start up to end with an increment of step.
This is an extension library for iterables.
This is an extension library for iterators.
KeyComparator<T,C extends Comparable<? super C>>
A comparator that compares objects by calling the supplied key function on them and then comparing the resulting keys.
This is an extension library for lists.
This is an extension library for Long numbers.
This is an extension library for maps.
This is an extension library for all objects.
An immutable pair of key and value.
This is an extension library for procedures, e.g.
This class serves as a container for the various procedure types that are used to implement the type of closures in Xbase that do not return any results but a meant to cause side-effects.
A procedure without any parameters, e.g.
A procedure that takes one argument.
A procedure that takes two arguments.
A procedure that takes three arguments.
A procedure that takes four arguments.
A procedure that takes five arguments.
A procedure that takes six arguments.
The annotated constructor or method causes no externally visible side-effects and does not mutate non-local state.
The annotated function assigns the returned value to the first argument.
Extension methods to simplify reflective invocation of methods and fields.
This is an extension library for Short numbers.
A StringConcatenation allows for efficient, indentation aware concatenation of character sequences.
A callback object that allows to reuse an existing StringConcatenation to append content to it.
A StringConcatenationClient.TargetStringConcatenation models the public interface of a StringConcatenation so implementations of the StringConcatenationClient can append their content properly.
This is an extension library for strings.
Helps with the construction of good Object.toString() representations.
Deprecated.
Deprecated.
Map implementation that is merging two maps.