- a(Object) - Method in class org.osgl.util.S.Buffer
-
- a(String) - Method in class org.osgl.util.S.Buffer
-
- a(StringBuffer) - Method in class org.osgl.util.S.Buffer
-
- a(StringBuilder) - Method in class org.osgl.util.S.Buffer
-
- a(S.Buffer) - Method in class org.osgl.util.S.Buffer
-
Alias of #append(Buffer)
- a(CharSequence) - Method in class org.osgl.util.S.Buffer
-
- a(char[]) - Method in class org.osgl.util.S.Buffer
-
- a(boolean) - Method in class org.osgl.util.S.Buffer
-
- a(char) - Method in class org.osgl.util.S.Buffer
-
- a(int) - Method in class org.osgl.util.S.Buffer
-
- a(long) - Method in class org.osgl.util.S.Buffer
-
- a(float) - Method in class org.osgl.util.S.Buffer
-
- a(double) - Method in class org.osgl.util.S.Buffer
-
- aBool - Variable in class org.osgl.Lang.IndexedVisitor
-
- abs(int) - Static method in class org.osgl.util.N
-
- abs(long) - Static method in class org.osgl.util.N
-
- abs(float) - Static method in class org.osgl.util.N
-
- abs(double) - Static method in class org.osgl.util.N
-
- abstract_() - Method in class org.osgl.Lang._IsModifier
-
- aByte - Variable in class org.osgl.Lang.IndexedVisitor
-
- accept(Lang.Visitor<? super T>) - Method in class org.osgl.Lang.Var
-
- accept(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.List
-
- accept(Lang.IndexedVisitor<Integer, ? super T>) - Method in interface org.osgl.util.C.List
-
Loop through the list and for each element, call on the indexedVisitor function specified
- accept(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.ListOrSet
-
- accept(Lang.IndexedVisitor<? super K, ? super V>) - Method in class org.osgl.util.C.Map
-
Alias of #forEach(Osgl.IndexedVisitor)
- accept(Lang.Visitor<? super ELEMENT>) - Method in interface org.osgl.util.C.Range
-
Iterate this Traversable
with a visitor function.
- accept(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.ReversibleSequence
-
- accept(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.Sequence
-
- accept(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.Set
-
- accept(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.Traversable
-
Iterate this Traversable
with a visitor function.
- accept(Lang.Visitor<? super ELEMENT>) - Method in class org.osgl.util.LazyRange
-
- accept(Lang.Visitor<? super T>) - Method in class org.osgl.util.ListBase
-
- accept(Lang.IndexedVisitor<Integer, ? super T>) - Method in class org.osgl.util.ListBase
-
- accept(Lang.Visitor<? super T>) - Method in class org.osgl.util.SequenceBase
-
- accept(Lang.Visitor<? super T>) - Method in class org.osgl.util.SetBase
-
- accept(Lang.Visitor<? super Character>) - Method in class org.osgl.util.StrBase
-
- accept(Lang.Visitor<? super T>) - Method in class org.osgl.util.TraversableBase
-
- acceptLeft(Lang.Visitor<? super T>) - Method in class org.osgl.Lang.Var
-
- acceptLeft(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.List
-
- acceptLeft(Lang.IndexedVisitor<Integer, ? super T>) - Method in interface org.osgl.util.C.List
-
Loop through the list from 0
to size - 1
.
- acceptLeft(Lang.Visitor<? super ELEMENT>) - Method in interface org.osgl.util.C.Range
-
Iterate through this sequence from head to tail with the visitor function specified
- acceptLeft(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.ReversibleSequence
-
- acceptLeft(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.Sequence
-
Iterate through this sequence from head to tail with the visitor function specified
- acceptLeft(Lang.Visitor<? super ELEMENT>) - Method in class org.osgl.util.LazyRange
-
- acceptLeft(Lang.Visitor<? super T>) - Method in class org.osgl.util.ListBase
-
- acceptLeft(Lang.IndexedVisitor<Integer, ? super T>) - Method in class org.osgl.util.ListBase
-
- acceptLeft(Lang.Visitor<? super T>) - Method in class org.osgl.util.SequenceBase
-
- acceptLeft(Lang.Visitor<? super Character>) - Method in class org.osgl.util.StrBase
-
- acceptRight(Lang.Visitor<? super T>) - Method in class org.osgl.Lang.Var
-
- acceptRight(Lang.IndexedVisitor<Integer, ? super T>) - Method in class org.osgl.Lang.Var
-
- acceptRight(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.List
-
- acceptRight(Lang.IndexedVisitor<Integer, ? super T>) - Method in interface org.osgl.util.C.List
-
Loop through the list from size() - 1
to 0
.
- acceptRight(Lang.Visitor<? super ELEMENT>) - Method in interface org.osgl.util.C.Range
-
iterate through the range from tail to head
- acceptRight(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.ReversibleSequence
-
Iterate through this sequence from tail to head with the visitor function specified
- acceptRight(Lang.Visitor<? super ELEMENT>) - Method in class org.osgl.util.LazyRange
-
- acceptRight(Lang.Visitor<? super T>) - Method in class org.osgl.util.ListBase
-
- acceptRight(Lang.IndexedVisitor<Integer, ? super T>) - Method in class org.osgl.util.ListBase
-
- acceptRight(Lang.Visitor<? super Character>) - Method in class org.osgl.util.StrBase
-
- aChar - Variable in class org.osgl.Lang.IndexedVisitor
-
- add(T) - Method in class org.osgl.Lang.Var
-
- add(int, T) - Method in class org.osgl.Lang.Var
-
- add(T) - Static method in enum org.osgl.util.C.F
-
Returns a function that add the specified element into the argument collection and return true
if add successfully or false
otherwise
- add(int, T) - Static method in enum org.osgl.util.C.F
-
Returns a function that add specified element into the argument list at specified position.
- add(T) - Method in class org.osgl.util.ListBase
-
- add(int, T) - Method in class org.osgl.util.ListBase
-
- add(T) - Method in class org.osgl.util.ListBuilder
-
- add(int, T) - Method in class org.osgl.util.ListBuilder
-
- add(Number) - Static method in class org.osgl.util.N.F
-
- add(Number, Class<T>) - Static method in class org.osgl.util.N.F
-
- add(Number) - Method in class org.osgl.util.N.Num
-
- add(T) - Method in class org.osgl.util.SingletonListIterator
-
- add(int, Character) - Method in class org.osgl.util.StrBase
-
- add(Lang.Binary<A, B>) - Method in class org.osgl.util.ZippedListIterator
-
- addAll(Iterable<? extends T>) - Method in class org.osgl.Lang.Var
-
- addAll(int, Collection<? extends T>) - Method in class org.osgl.Lang.Var
-
- addAll(Collection<? extends T>) - Method in class org.osgl.Lang.Var
-
- addAll(Collection<? extends T>) - Static method in enum org.osgl.util.C.F
-
Returns a function that add all elements in the source collection specified into the destination collection as argument.
- addAll(int, Collection<? extends T>) - Static method in enum org.osgl.util.C.F
-
Returns a function that add all elements from the source collection specified into the argument list at the position specified
- addAll(Iterable<? extends T>) - Method in interface org.osgl.util.C.List
-
Add all elements from an
Iterable
into this list.
- addAll(Iterable<? extends T>) - Method in class org.osgl.util.ListBase
-
- addAll(Collection<? extends T>) - Method in class org.osgl.util.ListBuilder
-
- addAll(ListBuilder<? extends T>) - Method in class org.osgl.util.ListBuilder
-
- addAll(int, ListBuilder<? extends T>) - Method in class org.osgl.util.ListBuilder
-
- addAll(int, Collection<? extends T>) - Method in class org.osgl.util.ListBuilder
-
- addAllTo(Collection<? super T>) - Static method in enum org.osgl.util.C.F
-
Returns a function that takes argument of type
Collection
and add all elements inside into the specified collection.
- addAllTo(int, C.List<? super T>) - Static method in enum org.osgl.util.C.F
-
Returns a function that add all elements from the argument collection into the destination list specified at the position specified
- adder(Lang.Function<X, T>) - Static method in class org.osgl.util.N.F
-
- adder(Lang.Function<X, T>, Class<T>) - Static method in class org.osgl.util.N.F
-
- addPredefinedResolver(Class<T>, StringValueResolver<T>) - Static method in class org.osgl.util.StringValueResolver
-
- addTo(Collection<? super T>) - Static method in enum org.osgl.util.C.F
-
Returns a function that add the argument to a collection specified and returns true
if added successfully or false
otherwise
- addTo(int, L) - Static method in enum org.osgl.util.C.F
-
Returns a function that add the argument into the specified list at specified position.
- addTwo() - Static method in class org.osgl.util.N.F
-
- addTwo(Class<T>) - Static method in class org.osgl.util.N.F
-
- aDouble - Variable in class org.osgl.Lang.IndexedVisitor
-
- aFloat - Variable in class org.osgl.Lang.IndexedVisitor
-
- after(String) - Method in class org.osgl.util.S._Cut
-
- after(String, String) - Static method in class org.osgl.util.S
-
- after(String, String, boolean) - Static method in class org.osgl.util.S
-
- after(T) - Method in class org.osgl.util.StrBase
-
- after(String) - Method in class org.osgl.util.StrBase
-
- afterFirst(String) - Method in class org.osgl.util.FastStr
-
- afterFirst(FastStr) - Method in class org.osgl.util.FastStr
-
- afterFirst(char) - Method in class org.osgl.util.FastStr
-
- afterFirst(String) - Method in class org.osgl.util.S._Cut
-
- afterFirst(String, String) - Static method in class org.osgl.util.S
-
- afterFirst(Str) - Method in class org.osgl.util.Str
-
- afterFirst(String) - Method in class org.osgl.util.Str
-
- afterFirst(char) - Method in class org.osgl.util.Str
-
- afterFirst(String) - Method in class org.osgl.util.StrBase
-
- afterFirst(T) - Method in class org.osgl.util.StrBase
-
- afterFirst(char) - Method in class org.osgl.util.StrBase
-
- afterLast(String) - Method in class org.osgl.util.FastStr
-
- afterLast(FastStr) - Method in class org.osgl.util.FastStr
-
- afterLast(char) - Method in class org.osgl.util.FastStr
-
- afterLast(String) - Method in class org.osgl.util.S._Cut
-
- afterLast(String, String) - Static method in class org.osgl.util.S
-
- afterLast(Str) - Method in class org.osgl.util.Str
-
- afterLast(String) - Method in class org.osgl.util.Str
-
- afterLast(char) - Method in class org.osgl.util.Str
-
- afterLast(String) - Method in class org.osgl.util.StrBase
-
- afterLast(T) - Method in class org.osgl.util.StrBase
-
- afterLast(char) - Method in class org.osgl.util.StrBase
-
- aggregate(Class<T>) - Static method in class org.osgl.util.N.F
-
- Algorithm - Interface in org.osgl.util.algo
-
Created with IntelliJ IDEA.
- Algorithms - Enum in org.osgl.util.algo
-
Created with IntelliJ IDEA.
- allBlank(String...) - Static method in class org.osgl.util.S
-
Check if all of the specified string is
blank
- allContainsIn(Collection<? super T>) - Static method in enum org.osgl.util.C.F
-
Returns a predicate function that check if all element in the argument (a collection) contained in the collection specified
- allEmpty(String...) - Static method in class org.osgl.util.S
-
- allMatch(Lang.Function<? super T, Boolean>) - Method in class org.osgl.Lang.Var
-
- allMatch(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.Traversable
-
Check if all elements match the predicate specified
- allMatch(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.ListBase
-
- allMatch(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.SetBase
-
- allMatch(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.TraversableBase
-
- aLong - Variable in class org.osgl.Lang.IndexedVisitor
-
- alpha(float) - Method in class org.osgl.util.Img.WaterMarker.Stage
-
- amended(AnnotationAware) - Method in class org.osgl.util.StringValueResolver
-
Returns an amended copy of this resolver based on the
AnnotationAware
provided.
- and(Collection<Lang.Function<? super T, Boolean>>) - Static method in enum org.osgl.Lang.F
-
Returns a composed
Lang.Predicate
function that for any given parameter, the test result is
true
only when all of the specified predicates returns
true
when applied to the parameter
- and(Lang.Function<? super T, Boolean>...) - Static method in enum org.osgl.Lang.F
-
Returns a composed
Lang.Predicate
function that for any given parameter, the test result is
true
only when all of the specified predicates returns
true
when applied to the parameter
- and(Lang.Function<? super T, Boolean>...) - Method in class org.osgl.Lang.Predicate
-
Return an Predicate
predicate from a list of Function<Boolean, T>
with AND operation.
- andThen(Lang.Function<? super R, ? extends T>) - Method in class org.osgl.Lang.F0
-
Returns a composed function that applies this function to it’s input and then applies the after
function to the result.
- andThen(Lang.Func0<? extends R>...) - Method in class org.osgl.Lang.F0
-
Returns a composed function that applied, in sequence, this function and all functions specified one by one.
- andThen(Lang.Function<? super R, ? extends T>) - Method in class org.osgl.Lang.F1
-
Returns a composed function that applies this function to it’s input and then applies the after
function to the result.
- andThen(Lang.Function<? super P1, ? extends R>...) - Method in class org.osgl.Lang.F1
-
Returns a composed function that applied, in sequence, this function and all functions specified one by one.
- andThen(Lang.Function<? super R, ? extends T>) - Method in class org.osgl.Lang.F2
-
Returns a composed function from this function and the specified function that takes the result of this function.
- andThen(Lang.Func2<? super P1, ? super P2, ? extends R>...) - Method in class org.osgl.Lang.F2
-
Returns a composed function that applied, in sequence, this function and all functions specified one by one.
- andThen(Lang.Function<? super R, ? extends T>) - Method in class org.osgl.Lang.F3
-
Returns a composed function from this function and the specified function that takes the result of this function.
- andThen(Lang.Func3<? super P1, ? super P2, ? super P3, ? extends R>...) - Method in class org.osgl.Lang.F3
-
Returns a composed function that applied, in sequence, this function and all functions specified one by one.
- andThen(Lang.Function<? super R, ? extends T>) - Method in class org.osgl.Lang.F4
-
Returns a composed function from this function and the specified function that takes the result of this function.
- andThen(Lang.Func4<? super P1, ? super P2, ? super P3, ? super P4, ? extends R>...) - Method in class org.osgl.Lang.F4
-
Returns a composed function that applied, in sequence, this function and all functions specified one by one.
- andThen(Lang.Function<? super R, ? extends T>) - Method in class org.osgl.Lang.F5
-
Returns a composed function from this function and the specified function that takes the result of this function.
- andThen(Lang.Func5<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? extends R>...) - Method in class org.osgl.Lang.F5
-
Returns a composed function that applied, in sequence, this function and all functions specified one by one.
- ANGLE_BRACKETS - Static variable in class org.osgl.util.S
-
- anInt - Variable in class org.osgl.Lang.IndexedVisitor
-
- AnnotationAware - Interface in org.osgl.util
-
- any(Collection<Lang.Function<? super T, Boolean>>) - Static method in enum org.osgl.Lang.F
-
- any(Lang.Function<? super T, Boolean>...) - Static method in enum org.osgl.Lang.F
-
Alias of #or(Function[])
- any - Variable in class org.osgl.Lang.IndexedVisitor
-
- ANY_TO_BOOLEAN - Static variable in class org.osgl.Lang.TypeConverter
-
- ANY_TO_STRING - Static variable in class org.osgl.Lang.TypeConverter
-
- anyBlank(String...) - Static method in class org.osgl.util.S
-
Check if anyone of the specified string is
blank
- anyEmpty(String...) - Static method in class org.osgl.util.S
-
- anyMatch(Lang.Function<? super T, Boolean>) - Method in class org.osgl.Lang.Var
-
- anyMatch(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.Traversable
-
Check if any elements matches the predicate specified
- anyMatch(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.ListBase
-
- anyMatch(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.SetBase
-
- anyMatch(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.TraversableBase
-
- anyNull(Object, Object...) - Static method in class org.osgl.Lang
-
Check if any objects in the parameter list is null
- append(CharSequence) - Method in class org.osgl.util.BufferedOutput
-
- append(CharSequence, int, int) - Method in class org.osgl.util.BufferedOutput
-
- append(char[], int, int) - Method in class org.osgl.util.BufferedOutput
-
- append(char) - Method in class org.osgl.util.BufferedOutput
-
- append(byte[]) - Method in class org.osgl.util.BufferedOutput
-
- append(byte[], int, int) - Method in class org.osgl.util.BufferedOutput
-
- append(byte) - Method in class org.osgl.util.BufferedOutput
-
- append(ByteBuffer) - Method in class org.osgl.util.BufferedOutput
-
- append(T) - Method in interface org.osgl.util.C.List
-
Returns a sequence consists of all elements of this sequence followed by the element specified.
- append(Collection<? extends T>) - Method in interface org.osgl.util.C.List
- append(C.List<T>) - Method in interface org.osgl.util.C.List
-
Returns a List contains all elements in this List followed by all elements in the specified List.
- append(T) - Method in interface org.osgl.util.C.List.Cursor
-
Add an element after the element this cursor points to.
- append(T) - Method in interface org.osgl.util.C.ReversibleSequence
-
Returns a sequence consists of all elements of this sequence followed by the element specified.
- append(C.ReversibleSequence<T>) - Method in interface org.osgl.util.C.ReversibleSequence
-
Returns an new reversible sequence contains all elements in this sequence followed by all elements in the specified reverse sequence
- append(Iterable<? extends T>) - Method in interface org.osgl.util.C.Sequence
-
Returns a sequence consists of all elements of this sequence followed by all elements of the specified iterable.
- append(C.Sequence<? extends T>) - Method in interface org.osgl.util.C.Sequence
-
Returns a sequence consists of all elements of this sequence followed by all elements of the specified sequence.
- append(Iterator<? extends T>) - Method in interface org.osgl.util.C.Sequence
-
Returns a sequence consists of all elements of this sequence followed by all elements of the specified iterator.
- append(Enumeration<? extends T>) - Method in interface org.osgl.util.C.Sequence
-
Returns a sequence consists of all elements of this sequence followed by all elements of the specified enumeration.
- append(T) - Method in interface org.osgl.util.C.Sequence
-
Returns a sequence consists of all elements of this sequence followed by the element specified.
- append(Collection<? extends Character>) - Method in class org.osgl.util.FastStr
-
- append(C.List<Character>) - Method in class org.osgl.util.FastStr
-
- append(char...) - Method in class org.osgl.util.FastStr
-
- append(Character) - Method in class org.osgl.util.FastStr
-
- append(FastStr) - Method in class org.osgl.util.FastStr
-
- append(String) - Method in class org.osgl.util.FastStr
-
- append(CharSequence, Writer) - Static method in class org.osgl.util.IO
-
write content into a writer without closing the writer when finished.
- append(InputStream, OutputStream) - Static method in class org.osgl.util.IO
-
Copy content from input stream to output stream without closing the output stream
- append(Iterable<? extends T>) - Method in class org.osgl.util.ListBase
-
- append(Collection<? extends T>) - Method in class org.osgl.util.ListBase
-
- append(C.Sequence<? extends T>) - Method in class org.osgl.util.ListBase
-
- append(Iterator<? extends T>) - Method in class org.osgl.util.ListBase
-
- append(Enumeration<? extends T>) - Method in class org.osgl.util.ListBase
-
- append(C.ReversibleSequence<T>) - Method in class org.osgl.util.ListBase
-
- append(C.List<T>) - Method in class org.osgl.util.ListBase
-
- append(T) - Method in class org.osgl.util.ListBase
-
- append(T) - Method in class org.osgl.util.ListBuilder
-
- append(Object[]) - Method in class org.osgl.util.ListBuilder
-
- append(Object[], Object[]) - Method in class org.osgl.util.ListBuilder
-
- append(Object[], Object[], Object[]...) - Method in class org.osgl.util.ListBuilder
-
- append(T, T) - Method in class org.osgl.util.ListBuilder
-
- append(T, T, T) - Method in class org.osgl.util.ListBuilder
-
- append(T, T, T, T) - Method in class org.osgl.util.ListBuilder
-
- append(T, T, T, T, T) - Method in class org.osgl.util.ListBuilder
-
- append(T, T, T, T, T, T...) - Method in class org.osgl.util.ListBuilder
-
- append(Collection<? extends T>) - Method in class org.osgl.util.ListBuilder
-
- append(Collection<? extends T>, Collection<? extends T>) - Method in class org.osgl.util.ListBuilder
-
- append(Collection<? extends T>, Collection<? extends T>, Collection<? extends T>...) - Method in class org.osgl.util.ListBuilder
-
- append(Iterable<? extends T>) - Method in class org.osgl.util.ListBuilder
-
- append(Iterator<? extends T>) - Method in class org.osgl.util.ListBuilder
-
- append(Enumeration<? extends T>) - Method in class org.osgl.util.ListBuilder
-
- append(CharSequence) - Method in interface org.osgl.util.Output
-
Appends the specified character sequence to this Output.
- append(CharSequence, int, int) - Method in interface org.osgl.util.Output
-
Appends a subsequence of the specified character sequence to this Output.
- append(char) - Method in interface org.osgl.util.Output
-
Appends the specified character to this Output.
- append(byte[]) - Method in interface org.osgl.util.Output
-
Appends a byte array to this Output
.
- append(byte[], int, int) - Method in interface org.osgl.util.Output
-
Appends a subsequence of the specified byte array to this Output.
- append(byte) - Method in interface org.osgl.util.Output
-
Appends a byte to this Output
.
- append(ByteBuffer) - Method in interface org.osgl.util.Output
-
Appends the specified buffer into this Appendable.
- append(CharSequence) - Method in class org.osgl.util.OutputStreamOutput
-
- append(CharSequence, int, int) - Method in class org.osgl.util.OutputStreamOutput
-
- append(char) - Method in class org.osgl.util.OutputStreamOutput
-
- append(byte[]) - Method in class org.osgl.util.OutputStreamOutput
-
- append(byte[], int, int) - Method in class org.osgl.util.OutputStreamOutput
-
- append(byte) - Method in class org.osgl.util.OutputStreamOutput
-
- append(ByteBuffer) - Method in class org.osgl.util.OutputStreamOutput
-
- append(Object) - Method in class org.osgl.util.S.Buffer
-
Appends the string representation of the Object
argument.
- append(String) - Method in class org.osgl.util.S.Buffer
-
Appends the specified string to this character sequence.
- append(StringBuffer) - Method in class org.osgl.util.S.Buffer
-
- append(StringBuilder) - Method in class org.osgl.util.S.Buffer
-
- append(S.Buffer) - Method in class org.osgl.util.S.Buffer
-
- append(CharSequence) - Method in class org.osgl.util.S.Buffer
-
- append(CharSequence, int, int) - Method in class org.osgl.util.S.Buffer
-
Appends a subsequence of the specified CharSequence
to this sequence.
- append(char[]) - Method in class org.osgl.util.S.Buffer
-
Appends the string representation of the char
array argument to this sequence.
- append(char[], int, int) - Method in class org.osgl.util.S.Buffer
-
Appends the string representation of a subarray of the char
array argument to this sequence.
- append(byte[]) - Method in class org.osgl.util.S.Buffer
-
- append(byte[], int, int) - Method in class org.osgl.util.S.Buffer
-
- append(byte) - Method in class org.osgl.util.S.Buffer
-
- append(ByteBuffer) - Method in class org.osgl.util.S.Buffer
-
- append(boolean) - Method in class org.osgl.util.S.Buffer
-
- append(char) - Method in class org.osgl.util.S.Buffer
-
Appends the string representation of the char
argument to this sequence.
- append(int) - Method in class org.osgl.util.S.Buffer
-
Appends the string representation of the int
argument to this sequence.
- append(long) - Method in class org.osgl.util.S.Buffer
-
Appends the string representation of the long
argument to this sequence.
- append(float) - Method in class org.osgl.util.S.Buffer
-
Appends the string representation of the float
argument to this sequence.
- append(double) - Method in class org.osgl.util.S.Buffer
-
Appends the string representation of the double
argument to this sequence.
- append(String) - Static method in enum org.osgl.util.S.F
-
- append(Iterable<? extends T>) - Method in class org.osgl.util.SequenceBase
-
- append(C.Sequence<? extends T>) - Method in class org.osgl.util.SequenceBase
-
- append(Iterator<? extends T>) - Method in class org.osgl.util.SequenceBase
-
- append(Enumeration<? extends T>) - Method in class org.osgl.util.SequenceBase
-
- append(T) - Method in class org.osgl.util.SequenceBase
-
- append(Collection<? extends Character>) - Method in class org.osgl.util.Str
-
- append(C.List<Character>) - Method in class org.osgl.util.Str
-
- append(char...) - Method in class org.osgl.util.Str
-
- append(Character) - Method in class org.osgl.util.Str
-
- append(Str) - Method in class org.osgl.util.Str
-
- append(String) - Method in class org.osgl.util.Str
-
- append(Collection<? extends Character>) - Method in class org.osgl.util.StrBase
-
Return a str instance contains all characters of this str append with all characters in the collection specified
- append(C.List<Character>) - Method in class org.osgl.util.StrBase
-
Return a str instance contains all characters of this str instance append with all characters in the list specified
- append(char...) - Method in class org.osgl.util.StrBase
-
Return a str instance contains all characters of this str instance append with all characters in the array specified
- append(Character) - Method in class org.osgl.util.StrBase
-
Returns a str instance contains all characters of this str instance appended with the character specified
- append(T) - Method in class org.osgl.util.StrBase
-
Returns a str instance contains all characters of this str instance appended with all characters in teh str specified
- append(String) - Method in class org.osgl.util.StrBase
-
Returns a str instance contains all characters of this str instance appended with all characters in the
String
specified
- append(CharSequence) - Method in class org.osgl.util.WriterOutput
-
- append(CharSequence, int, int) - Method in class org.osgl.util.WriterOutput
-
- append(char) - Method in class org.osgl.util.WriterOutput
-
- append(byte[]) - Method in class org.osgl.util.WriterOutput
-
- append(byte[], int, int) - Method in class org.osgl.util.WriterOutput
-
- append(byte) - Method in class org.osgl.util.WriterOutput
-
- append(ByteBuffer) - Method in class org.osgl.util.WriterOutput
-
- appendCodePoint(int) - Method in class org.osgl.util.S.Buffer
-
Appends the string representation of the codePoint
argument to this sequence.
- appendList(C.List<T>) - Method in class org.osgl.util.ListBase
-
- appendReversibleSeq(C.ReversibleSequence<T>) - Method in class org.osgl.util.ListBase
-
- appendTo(Deque<? super T>) - Static method in enum org.osgl.util.C.F
-
Returns a function that append the argument to a
Deque
specified
- appendTo(C.Sequence<? super T>) - Static method in enum org.osgl.util.C.F
-
Returns a function that append the argument to a
C.Sequence
specified
- appendTo(Lang.Func0<BufferedImage>) - Method in class org.osgl.util.Img._Load
-
- appendTo(BufferedImage) - Method in class org.osgl.util.Img._Load
-
- appendTo(Lang.Func0<BufferedImage>) - Method in class org.osgl.util.Img.Concatenater.Stage
-
- appendWith(Lang.Func0<BufferedImage>) - Method in class org.osgl.util.Img._Load
-
- appendWith(BufferedImage) - Method in class org.osgl.util.Img._Load
-
- appendWith(Lang.Func0<BufferedImage>) - Method in class org.osgl.util.Img.Concatenater.Stage
-
- apply() - Method in class org.osgl.concurrent.ContextLocal.InitialValueProvider
-
- apply(T, T) - Method in class org.osgl.Lang.Comparator
-
- apply() - Method in class org.osgl.Lang.Factory
-
- apply() - Method in interface org.osgl.Lang.Func0
-
user application to implement main logic of applying the function
- apply(P1, P2) - Method in interface org.osgl.Lang.Func2
-
Apply the two params to the function
- apply(P1, P2, P3) - Method in interface org.osgl.Lang.Func3
-
Run the function with parameters specified.
- apply(P1, P2, P3, P4) - Method in interface org.osgl.Lang.Func4
-
Run the function with parameters specified.
- apply(P1, P2, P3, P4, P5) - Method in interface org.osgl.Lang.Func5
-
Run the function with parameters specified.
- apply(T) - Method in interface org.osgl.Lang.Function
-
Apply this function to <T> type parameter.
- apply(K, T) - Method in class org.osgl.Lang.IndexedVisitor
-
- apply(T) - Method in class org.osgl.Lang.Predicate
-
- apply(T) - Method in class org.osgl.Lang.Processor
-
- apply() - Method in class org.osgl.Lang.Provider
-
- apply(FROM) - Method in class org.osgl.Lang.Transformer
-
- apply(P1, P2) - Method in class org.osgl.Lang.V2
-
- apply(P1, P2, P3) - Method in class org.osgl.Lang.V3
-
- apply(P1, P2, P3, P4) - Method in class org.osgl.Lang.V4
-
- apply(P1, P2, P3, P4, P5) - Method in class org.osgl.Lang.V5
-
- apply() - Method in class org.osgl.Lang.Var
-
- apply(T) - Method in class org.osgl.Lang.Visitor
-
- apply(T[], Integer, Integer, T, Comparator<T>) - Method in class org.osgl.util.algo.ArrayBinarySearch
-
- apply(T[], Integer, Integer) - Method in class org.osgl.util.algo.ArrayReverse
-
- apply(T[], Integer, Integer) - Method in class org.osgl.util.algo.ArrayReverseInplace
-
- apply(T[], Integer, Integer, T, Comparator<T>) - Method in interface org.osgl.util.algo.ArraySearch
-
Search array region specified by from
and to
using the predicate specified
- apply(T[], Integer, Integer, Comparator<T>) - Method in class org.osgl.util.algo.ArraySortBase
-
- apply(T[], Integer, Integer, Comparator<T>) - Method in class org.osgl.util.algo.ArraySortInplaceBase
-
- apply(char[], char[], char[], Integer) - Method in class org.osgl.util.algo.StringReplace
-
Apply the function to replace all target in text with replacement and return a char[]
contains the result with all target replaced with replacement
- apply(char[], char[], Integer) - Method in class org.osgl.util.algo.StringSearch
-
- apply(Byte, Integer) - Method in class org.osgl.util.N.ByteRangeStep
-
- apply(Integer, Integer) - Method in class org.osgl.util.N.IntRangeStep
-
- apply(Long, Integer) - Method in class org.osgl.util.N.LongRangeStep
-
- apply(Number, Number) - Method in enum org.osgl.util.N.Op
-
- apply(T, Integer) - Method in class org.osgl.util.N.RangeStep
-
- apply(Short, Integer) - Method in class org.osgl.util.N.ShortRangeStep
-
- apply(Class<?>) - Method in class org.osgl.util.SimpleObjectFactory
-
- apply(String, Class<?>) - Method in class org.osgl.util.SimpleStringValueResolver
-
- apply(String) - Method in class org.osgl.util.StringValueResolver
-
- applyOrElse(Lang.F0<? extends R>) - Method in class org.osgl.Lang.F0
-
Applies this partial function to the given argument when it is contained in the function domain.
- applyOrElse(P1, Lang.F1<? super P1, ? extends R>) - Method in class org.osgl.Lang.F1
-
Applies this partial function to the given argument when it is contained in the function domain.
- applyOrElse(P1, P2, Lang.F2<? super P1, ? super P2, ? extends R>) - Method in class org.osgl.Lang.F2
-
Applies this partial function to the given argument when it is contained in the function domain.
- applyOrElse(P1, P2, P3, Lang.F3<? super P1, ? super P2, ? super P3, ? extends R>) - Method in class org.osgl.Lang.F3
-
Applies this partial function to the given argument when it is contained in the function domain.
- applyOrElse(P1, P2, P3, P4, Lang.F4<? super P1, ? super P2, ? super P3, ? super P4, ? extends R>) - Method in class org.osgl.Lang.F4
-
Applies this partial function to the given argument when it is contained in the function domain.
- applyOrElse(P1, P2, P3, P4, P5, Lang.F5<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? extends R>) - Method in class org.osgl.Lang.F5
-
Applies this partial function to the given argument when it is contained in the function domain.
- array() - Method in class org.osgl.Lang._IsClass
-
- ARRAY_INSERTION_SORT - Static variable in enum org.osgl.util.algo.Algorithms
-
- ARRAY_INSERTION_SORT_INPLACE - Static variable in enum org.osgl.util.algo.Algorithms
-
- ARRAY_REVERSE - Static variable in enum org.osgl.util.algo.Algorithms
-
- ARRAY_REVERSE_INPLACE - Static variable in enum org.osgl.util.algo.Algorithms
-
- ArrayAlgorithm - Interface in org.osgl.util.algo
-
Created with IntelliJ IDEA.
- ArrayAlgorithm.Util - Enum in org.osgl.util.algo
-
- ArrayBinarySearch<T> - Class in org.osgl.util.algo
-
Implement the binary search on array which is assumed to be sorted already
- ArrayBinarySearch() - Constructor for class org.osgl.util.algo.ArrayBinarySearch
-
- arrayInsertionSort() - Static method in enum org.osgl.util.algo.Algorithms
-
- ArrayInsertionSort<T> - Class in org.osgl.util.algo
-
Array insertion sort algorithm.
- ArrayInsertionSort() - Constructor for class org.osgl.util.algo.ArrayInsertionSort
-
- arrayInsertionSortInplace() - Static method in enum org.osgl.util.algo.Algorithms
-
- ArrayInsertionSortInplace<T> - Class in org.osgl.util.algo
-
Created with IntelliJ IDEA.
- ArrayInsertionSortInplace() - Constructor for class org.osgl.util.algo.ArrayInsertionSortInplace
-
- ArrayMergeSort<T> - Class in org.osgl.util.algo
-
Created with IntelliJ IDEA.
- ArrayMergeSort() - Constructor for class org.osgl.util.algo.ArrayMergeSort
-
- ArrayMergeSortInplace<T> - Class in org.osgl.util.algo
-
Created with IntelliJ IDEA.
- ArrayMergeSortInplace() - Constructor for class org.osgl.util.algo.ArrayMergeSortInplace
-
- arrayReverse() - Static method in enum org.osgl.util.algo.Algorithms
-
- ArrayReverse<T> - Class in org.osgl.util.algo
-
Return an new array contains elements specified by from and to in an array in reverse order
- ArrayReverse() - Constructor for class org.osgl.util.algo.ArrayReverse
-
- arrayReverseInplace() - Static method in enum org.osgl.util.algo.Algorithms
-
- ArrayReverseInplace<T> - Class in org.osgl.util.algo
-
Created with IntelliJ IDEA.
- ArrayReverseInplace() - Constructor for class org.osgl.util.algo.ArrayReverseInplace
-
- ArraySearch<T> - Interface in org.osgl.util.algo
-
Created with IntelliJ IDEA.
- ArraySimpleInsertionSort<T> - Class in org.osgl.util.algo
-
Array insertion sort algorithm.
- ArraySimpleInsertionSort() - Constructor for class org.osgl.util.algo.ArraySimpleInsertionSort
-
- ArraySimpleInsertionSortInplace<T> - Class in org.osgl.util.algo
-
Array insertion sort algorithm.
- ArraySimpleInsertionSortInplace() - Constructor for class org.osgl.util.algo.ArraySimpleInsertionSortInplace
-
- ArraySort<T> - Interface in org.osgl.util.algo
-
Created with IntelliJ IDEA.
- ArraySortBase<T> - Class in org.osgl.util.algo
-
Created with IntelliJ IDEA.
- ArraySortBase() - Constructor for class org.osgl.util.algo.ArraySortBase
-
- ArraySortInplaceBase<T> - Class in org.osgl.util.algo
-
Created with IntelliJ IDEA.
- ArraySortInplaceBase() - Constructor for class org.osgl.util.algo.ArraySortInplaceBase
-
- as(Class<T>) - Method in class org.osgl.util.N.Num
-
- AS_STRING - Static variable in enum org.osgl.Lang.F
-
A predefined function that when applied to an object instance, returns String representation of the instance
- asCollection(Iterable<T>) - Static method in class org.osgl.util.C
-
- asCollection() - Static method in enum org.osgl.util.C.F
-
- asEnum(Class<T>, String) - Static method in class org.osgl.Lang
-
Return an enum value from code
- asEnum(Class<T>, String, boolean) - Static method in class org.osgl.Lang
-
Return an enum value from code
- asJDKException() - Method in exception org.osgl.exception.InvalidArgException
-
Convert to corresponding JDK exception.
- asJDKException() - Method in exception org.osgl.exception.InvalidRangeException
-
Convert to corresponding JDK exception.
- asJDKException() - Method in exception org.osgl.exception.InvalidStateException
-
Convert to corresponding JDK exception.
- asJDKException() - Method in exception org.osgl.exception.UnsupportedException
-
Convert to corresponding JDK exception.
- asList() - Method in class org.osgl.util.C.Array
-
- asNewList() - Method in class org.osgl.util.C.Array
-
- asObject(boolean[]) - Static method in class org.osgl.Lang
-
- asObject(byte[]) - Static method in class org.osgl.Lang
-
- asObject(char[]) - Static method in class org.osgl.Lang
-
- asObject(short[]) - Static method in class org.osgl.Lang
-
- asObject(int[]) - Static method in class org.osgl.Lang
-
- asObject(long[]) - Static method in class org.osgl.Lang
-
- asObject(float[]) - Static method in class org.osgl.Lang
-
- asObject(double[]) - Static method in class org.osgl.Lang
-
- asOutputStream() - Method in class org.osgl.util.BufferedOutput
-
- asOutputStream(Output) - Static method in class org.osgl.util.Output.Adaptors
-
- asOutputStream() - Method in interface org.osgl.util.Output
-
- asOutputStream() - Method in class org.osgl.util.OutputStreamOutput
-
- asOutputStream() - Method in class org.osgl.util.S.Buffer
-
- asOutputStream() - Method in class org.osgl.util.WriterOutput
-
- asPrimitive(Boolean[]) - Static method in class org.osgl.Lang
-
- asPrimitive(Byte[]) - Static method in class org.osgl.Lang
-
- asPrimitive(Character[]) - Static method in class org.osgl.Lang
-
- asPrimitive(Short[]) - Static method in class org.osgl.Lang
-
- asPrimitive(Integer[]) - Static method in class org.osgl.Lang
-
- asPrimitive(Long[]) - Static method in class org.osgl.Lang
-
- asPrimitive(Float[]) - Static method in class org.osgl.Lang
-
- asPrimitive(Double[]) - Static method in class org.osgl.Lang
-
- asString() - Static method in enum org.osgl.Lang.F
-
- asString(Class<T>) - Static method in enum org.osgl.Lang.F
-
- aStr - Variable in class org.osgl.Lang.IndexedVisitor
-
- asWriter() - Method in class org.osgl.util.BufferedOutput
-
- asWriter(Output) - Static method in class org.osgl.util.Output.Adaptors
-
- asWriter() - Method in interface org.osgl.util.Output
-
Create an
Writer
based on this
Output
instance.
- asWriter() - Method in class org.osgl.util.OutputStreamOutput
-
- asWriter() - Method in class org.osgl.util.S.Buffer
-
- asWriter() - Method in class org.osgl.util.WriterOutput
-
- async(Lang.F0<T>, int) - Static method in class org.osgl.Lang
-
Execute callback asynchronously after delay specified
- attr - Variable in class org.osgl.Lang.IndexedVisitor
-
- attribute(String, Object) - Method in class org.osgl.util.StringValueResolver
-
Set attribute of this resolver.
- attribute(String) - Method in class org.osgl.util.StringValueResolver
-
Get attribute of this resolver by key specified
- attributes - Variable in class org.osgl.util.StringValueResolver
-
- attributes(Map<String, Object>) - Method in class org.osgl.util.StringValueResolver
-
Set attributes to this resolver
- background(Color) - Method in class org.osgl.util.Img.Concatenater.Stage
-
- background(int, int) - Static method in enum org.osgl.util.Img.F
-
A function that generates a transparent background in rectangular area
- background(int, int, Lang.Func0<Integer>) - Static method in enum org.osgl.util.Img.F
-
A function that generates a background in rectangular area with color specified
- backward() - Method in interface org.osgl.util.C.List.Cursor
-
Move the cursor backward to make it point to the previous element to the current element
- baos() - Static method in class org.osgl.util.IO
-
Returns a byte array output stream
- before(String) - Method in class org.osgl.util.S._Cut
-
- before(String, String) - Static method in class org.osgl.util.S
-
- before(String, String, boolean) - Static method in class org.osgl.util.S
-
- before(String) - Method in class org.osgl.util.StrBase
-
- before(T) - Method in class org.osgl.util.StrBase
-
- beforeFirst(String) - Method in class org.osgl.util.FastStr
-
- beforeFirst(FastStr) - Method in class org.osgl.util.FastStr
-
- beforeFirst(char) - Method in class org.osgl.util.FastStr
-
- beforeFirst(String) - Method in class org.osgl.util.S._Cut
-
- beforeFirst(String, String) - Static method in class org.osgl.util.S
-
- beforeFirst(Str) - Method in class org.osgl.util.Str
-
- beforeFirst(String) - Method in class org.osgl.util.Str
-
- beforeFirst(char) - Method in class org.osgl.util.Str
-
- beforeFirst(String) - Method in class org.osgl.util.StrBase
-
- beforeFirst(char) - Method in class org.osgl.util.StrBase
-
- beforeFirst(T) - Method in class org.osgl.util.StrBase
-
- beforeLast(String) - Method in class org.osgl.util.FastStr
-
- beforeLast(FastStr) - Method in class org.osgl.util.FastStr
-
- beforeLast(char) - Method in class org.osgl.util.FastStr
-
- beforeLast(String) - Method in class org.osgl.util.S._Cut
-
- beforeLast(String, String) - Static method in class org.osgl.util.S
-
- beforeLast(Str) - Method in class org.osgl.util.Str
-
- beforeLast(String) - Method in class org.osgl.util.Str
-
- beforeLast(char) - Method in class org.osgl.util.Str
-
- beforeLast(String) - Method in class org.osgl.util.StrBase
-
- beforeLast(T) - Method in class org.osgl.util.StrBase
-
- beforeLast(char) - Method in class org.osgl.util.StrBase
-
- benchmark() - Static method in class org.osgl.util.algo.ArrayInsertionSortInplace
-
- BigDecimalValueObjectCodec - Class in org.osgl.util
-
- BigDecimalValueObjectCodec() - Constructor for class org.osgl.util.BigDecimalValueObjectCodec
-
- BigIntegerValueObjectCodec - Class in org.osgl.util
-
- BigIntegerValueObjectCodec() - Constructor for class org.osgl.util.BigIntegerValueObjectCodec
-
- Binary(A, B) - Static method in class org.osgl.Lang
-
- binary(Lang.T2<String, String>) - Static method in class org.osgl.util.S
-
- binary(String, String) - Static method in class org.osgl.util.S
-
- binarySplit(String, char) - Static method in class org.osgl.util.S
-
Split string by separator into two parts and return in a
S.T2
object
- blank() - Method in class org.osgl.util.S._Is
-
- blank(String) - Static method in class org.osgl.util.S
-
Determine if a string is all blank or empty or null
- blur() - Method in class org.osgl.util.Img._Load
-
- blur(int) - Method in class org.osgl.util.Img._Load
-
- blur(Lang.Func0<BufferedImage>) - Static method in enum org.osgl.util.Img
-
- bool(Object) - Static method in class org.osgl.Lang
-
Evaluate an object’s bool value.
- bool(boolean) - Static method in class org.osgl.Lang
-
- bool(String) - Static method in class org.osgl.Lang
-
Do bool evaluation on a String.
- bool(Collection<?>) - Static method in class org.osgl.Lang
-
Do bool evaluation on a collection.
- bool(byte) - Static method in class org.osgl.Lang
-
Do bool evaluation on a byte value
- bool(char) - Static method in class org.osgl.Lang
-
Do bool evaluation on a char value
- bool(int) - Static method in class org.osgl.Lang
-
Do bool evaluation on a int value
- bool(long) - Static method in class org.osgl.Lang
-
Do bool evaluation on a long value
- bool(float) - Static method in class org.osgl.Lang
-
Do bool evaluation on a float value
- bool(double) - Static method in class org.osgl.Lang
-
Do bool evaluation on a double value
- bool(BigDecimal) - Static method in class org.osgl.Lang
-
Do bool evaluation on a BigDecimal value
- bool(BigInteger) - Static method in class org.osgl.Lang
-
Do bool evaluation on a BigInteger value
- bool(File) - Static method in class org.osgl.Lang
-
Do bool evaluation on a File instance.
- bool(Lang.Func0<?>) - Static method in class org.osgl.Lang
-
- booleanValue() - Method in class org.osgl.util.ValueObject
-
- BRACES - Static variable in class org.osgl.util.S
-
A pair of braces: {
and }
- BRACKETS - Static variable in class org.osgl.util.S
-
A pair of brackets: [
and ]
- BREAK - Static variable in class org.osgl.Lang
-
A predefined Break instance without payload
- breakIf(Lang.Function<? super T, Boolean>, P) - Static method in enum org.osgl.Lang.F
-
Return a one variable function that throw out a
Lang.Break
with payload specified when a predicate return
true
on an element been tested
- breakIf(Lang.Function<? super T, Boolean>) - Static method in enum org.osgl.Lang.F
-
Return a one variable function that throw out a
Lang.Break
when a predicate return
true
on an element been tested.
- breakIf(Lang.Func2<? super T1, ? super T2, Boolean>, P) - Static method in enum org.osgl.Lang.F
-
Return a two variables function that throw out a
Lang.Break
with payload specified when a two variables predicate return
true
on an element been tested
- breakIf(Lang.Func2<? super T1, ? super T2, Boolean>) - Static method in enum org.osgl.Lang.F
-
Return a two variables function that throw out a
Lang.Break
when a two variables predicate return
true
on an element been tested.
- breakIf(Lang.Func3<? super T1, ? super T2, ? super T3, Boolean>, P) - Static method in enum org.osgl.Lang.F
-
Return a three variables function that throw out a
Lang.Break
with payload specified when a three variables predicate return
true
on an element been tested
- breakIf(Lang.Func3<? super T1, ? super T2, ? super T3, Boolean>) - Static method in enum org.osgl.Lang.F
-
Return a three variables function that throw out a
Lang.Break
when a three variables predicate return
true
on an element been tested.
- breakIf(Lang.Func4<? super T1, ? super T2, ? super T3, ? super T4, Boolean>, P) - Static method in enum org.osgl.Lang.F
-
Return a four variables function that throw out a
Lang.Break
with payload specified when a four variables predicate return
true
on an element been tested
- breakIf(Lang.Func4<? super T1, ? super T2, ? super T3, ? super T4, Boolean>) - Static method in enum org.osgl.Lang.F
-
Return a four variables function that throw out a
Lang.Break
when the predicate returns
true
on an element been tested.
- breakIf(Lang.Func5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Boolean>, P) - Static method in enum org.osgl.Lang.F
-
Return a five variables function that throw out a
Lang.Break
with payload specified when a five variables predicate return
true
on an element been tested
- breakIf(Lang.Func5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Boolean>) - Static method in enum org.osgl.Lang.F
-
Return a five variables function that throw out a
Lang.Break
when the predicate returns
true
on an element been tested.
- breakOut(T) - Static method in class org.osgl.Lang
-
A utility method to throw out a Break with payload
- breakOut(Object) - Method in class org.osgl.Lang.FuncBase
-
- buffer() - Static method in class org.osgl.util.S
-
- buffer(boolean) - Static method in class org.osgl.util.S
-
- buffer(byte) - Static method in class org.osgl.util.S
-
- buffer(short) - Static method in class org.osgl.util.S
-
- buffer(char) - Static method in class org.osgl.util.S
-
- buffer(int) - Static method in class org.osgl.util.S
-
- buffer(float) - Static method in class org.osgl.util.S
-
- buffer(long) - Static method in class org.osgl.util.S
-
- buffer(double) - Static method in class org.osgl.util.S
-
- buffer(Object) - Static method in class org.osgl.util.S
-
- buffer(String) - Static method in class org.osgl.util.S
-
- buffered(OutputStream) - Static method in class org.osgl.util.IO
-
- buffered(InputStream) - Static method in class org.osgl.util.IO
-
- buffered(Writer) - Static method in class org.osgl.util.IO
-
- buffered(Reader) - Static method in class org.osgl.util.IO
-
- BufferedOutput - Class in org.osgl.util
-
- bufOf(CharSequence) - Static method in class org.osgl.util.FastStr
-
Return the char array that backed the char sequence specified
- bufOf(String) - Static method in enum org.osgl.util.Unsafe
-
Get the char array buf out of a string directly
- bufOf(CharSequence) - Static method in enum org.osgl.util.Unsafe
-
Returns char array that backed the char sequence specified
- bufOf(FastStr) - Static method in enum org.osgl.util.Unsafe
-
Get the char array buf from a FastStr instance
- builder() - Static method in class org.osgl.util.S
-
Returns the ThreadLocal StringBuilder instance with length set to 0
- builder(boolean) - Static method in class org.osgl.util.S
-
- builder(byte) - Static method in class org.osgl.util.S
-
- builder(short) - Static method in class org.osgl.util.S
-
- builder(char) - Static method in class org.osgl.util.S
-
- builder(int) - Static method in class org.osgl.util.S
-
- builder(float) - Static method in class org.osgl.util.S
-
- builder(long) - Static method in class org.osgl.util.S
-
- builder(double) - Static method in class org.osgl.util.S
-
- builder(Object) - Static method in class org.osgl.util.S
-
- builder(String) - Static method in class org.osgl.util.S
-
- buildTypeParamImplLookup(Class) - Static method in class org.osgl.util.Generics
-
Build class type variable name and type variable implementation lookup
- buildTypeParamImplLookup(Class, Map<String, Class>) - Static method in class org.osgl.util.Generics
-
- by(int) - Method in class org.osgl.util.S._Cut
-
- by(String) - Method in class org.osgl.util.S._IterableJoiner
-
- BYTE_RANGE_STEP - Static variable in class org.osgl.util.N.F
-
- byteRangeStep(int) - Static method in class org.osgl.util.N.F
-
- byteToHexString(byte[]) - Static method in class org.osgl.util.Codec
-
Write a byte array as hexadecimal String.
- byteValue() - Method in class org.osgl.util.ValueObject
-
- C - Class in org.osgl.util
-
The namespace for OSGL collection utilities
- C.Array<T> - Class in org.osgl.util
-
- C.F - Enum in org.osgl.util
-
the namespace of function definitions relevant to Collection manipulation
- C.Feature - Enum in org.osgl.util
-
The character enum for a data structure
- C.Featured - Interface in org.osgl.util
-
- C.Featured.Factory - Class in org.osgl.util
-
- C.Featured.Factory() - Constructor for class org.osgl.util.C.Featured.Factory
-
- C.List<T> - Interface in org.osgl.util
-
- C.List.Cursor<T> - Interface in org.osgl.util
-
A cursor points to an element of a
List
.
- C.ListFactory - Interface in org.osgl.util
-
Defines a factory to create
java List
instance used by
DelegatingList
to create it’s backing data structure
- C.ListFactory.Predefined - Enum in org.osgl.util
-
- C.ListOrSet<T> - Interface in org.osgl.util
-
- C.Map<K,V> - Class in org.osgl.util
-
- C.Map(boolean, Object...) - Constructor for class org.osgl.util.C.Map
-
- C.Map(boolean, Map<? extends K, ? extends V>) - Constructor for class org.osgl.util.C.Map
-
- C.Map._Builder - Class in org.osgl.util
-
- C.Map.Entry<K,V> - Class in org.osgl.util
-
- C.Map.Entry(K, V) - Constructor for class org.osgl.util.C.Map.Entry
-
- C.Mutable - Enum in org.osgl.util
-
- C.Range<ELEMENT> - Interface in org.osgl.util
-
- C.ReversibleSequence<T> - Interface in org.osgl.util
-
A bidirectional sequence which can be iterated from tail to head
- C.Sequence<T> - Interface in org.osgl.util
-
- C.Set<T> - Interface in org.osgl.util
-
- C.Traversable<T> - Interface in org.osgl.util
-
Define a traversable structure with functional programming support, including map, reduce etc.
- CacheService - Interface in org.osgl.cache
-
Defines a cache service
- camelCase() - Method in class org.osgl.util.Keyword
-
- camelCase(CharSequence) - Static method in class org.osgl.util.S
-
- canonical() - Method in class org.osgl.util.FastStr
-
- CAP_FIRST - Static variable in enum org.osgl.util.S.F
-
- capacity() - Method in class org.osgl.util.S.Buffer
-
Returns the current capacity.
- capFirst() - Method in class org.osgl.util.FastStr
-
- capFirst(String) - Static method in class org.osgl.util.S
-
- capFirst() - Method in class org.osgl.util.Str
-
- capFirst() - Method in class org.osgl.util.StrBase
-
- caseInsensitivie() - Method in class org.osgl.Lang._ConvertStage
-
- cast(Object, Class<T>) - Static method in class org.osgl.Lang
-
Cast an object to a type.
- cast(Object) - Static method in class org.osgl.Lang
-
- cbrt(double) - Static method in class org.osgl.util.N
-
- cbrt() - Static method in class org.osgl.util.N.F
-
- cbrt() - Method in class org.osgl.util.N.Num
-
- ceil(double) - Static method in class org.osgl.util.N
-
- ceil() - Method in class org.osgl.util.N.Num
-
- charArray() - Method in class org.osgl.util.FastStr
-
- charArray() - Method in class org.osgl.util.Str
-
- charArray() - Method in class org.osgl.util.StrBase
-
- charAt(int) - Method in class org.osgl.util.FastStr
-
- charAt(int) - Method in class org.osgl.util.S.Buffer
-
Returns the char
value in this sequence at the specified index.
- charAt(int) - Method in class org.osgl.util.Str
-
- CharEncoding - Class in org.osgl.util
-
Relocated from commons-codec project
- CharEncoding() - Constructor for class org.osgl.util.CharEncoding
-
- Charsets - Class in org.osgl.util
-
Relocated from commons-codec project
- Charsets() - Constructor for class org.osgl.util.Charsets
-
- charValue() - Method in class org.osgl.util.ValueObject
-
- checkIndex(Object[], int) - Static method in enum org.osgl.util.algo.ArrayAlgorithm.Util
-
- checkIndex(Object[], int, int) - Static method in enum org.osgl.util.algo.ArrayAlgorithm.Util
-
- checkState() - Method in class org.osgl.util.ListBuilder
-
- checksum(File) - Static method in class org.osgl.util.IO
-
Returns checksum of a file.
- checksum(InputStream) - Static method in class org.osgl.util.IO
-
Returns checksum from an input stream.
- child(File, String) - Static method in class org.osgl.util.IO
-
- children(File) - Static method in class org.osgl.util.IO
-
- classForName(String) - Static method in class org.osgl.Lang
-
- classForName(String, ClassLoader) - Static method in class org.osgl.Lang
-
- classOf(Type) - Static method in class org.osgl.util.Generics
-
- clear() - Method in interface org.osgl.cache.CacheService
-
Remove all cached items
- clear() - Method in class org.osgl.Lang.Var
-
- clear() - Method in class org.osgl.util.C.Map
-
- clear() - Method in class org.osgl.util.ListBuilder
-
- clearAttributes() - Method in class org.osgl.util.StringValueResolver
-
Clear all attributes on this resolver
- clone() - Method in class org.osgl.Lang.None
-
- close() - Method in class org.osgl.util.BufferedOutput
-
- close(Closeable) - Static method in class org.osgl.util.IO
-
- close() - Method in interface org.osgl.util.Output
-
Close this Output
instance.
- close() - Method in class org.osgl.util.OutputStreamOutput
-
- close() - Method in class org.osgl.util.S.Buffer
-
- close() - Method in class org.osgl.util.WriterOutput
-
- close() - Method in class org.osgl.util.WriterOutputStream
-
Close the stream.
- Codec - Class in org.osgl.util
-
Utility class for encoding and decoding
- Codec() - Constructor for class org.osgl.util.Codec
-
- codePointAt(int) - Method in class org.osgl.util.S.Buffer
-
Returns the character (Unicode code point) at the specified index.
- codePointBefore(int) - Method in class org.osgl.util.S.Buffer
-
Returns the character (Unicode code point) before the specified index.
- codePointCount(int, int) - Method in class org.osgl.util.S.Buffer
-
Returns the number of Unicode code points in the specified text range of this sequence.
- collection() - Method in class org.osgl.Lang._IsClass
-
- CollectionNS - Class in org.osgl.util
-
Collection namespace.
- CollectionNS() - Constructor for class org.osgl.util.CollectionNS
-
- color(Color) - Method in class org.osgl.util.Img.WaterMarker.Stage
-
- COLOR_TRANSPARENT - Static variable in enum org.osgl.util.Img
-
- COMMON_SEP - Static variable in class org.osgl.util.S
-
A commonly used separator: [,;:\s]+
- comparator(Lang.Func2<? super T, ? super T, Integer>) - Static method in class org.osgl.Lang
-
- comparator(Comparator<? super T>) - Static method in class org.osgl.Lang
-
- compareTo(FastStr) - Method in class org.osgl.util.FastStr
-
- compareTo(CharSequence) - Method in class org.osgl.util.FastStr
-
- compareTo(Keyword) - Method in class org.osgl.util.Keyword
-
- compareTo(Str) - Method in class org.osgl.util.Str
-
- compareTo(CharSequence) - Method in class org.osgl.util.Str
-
- compareTo(CharSequence) - Method in class org.osgl.util.StrBase
-
Compare the char sequence specified against this str
- compareToIgnoreCase(FastStr) - Method in class org.osgl.util.FastStr
-
- compareToIgnoreCase(CharSequence) - Method in class org.osgl.util.FastStr
-
- compareToIgnoreCase(Str) - Method in class org.osgl.util.Str
-
- compareToIgnoreCase(CharSequence) - Method in class org.osgl.util.Str
-
- compareToIgnoreCase(T) - Method in class org.osgl.util.StrBase
-
Compare the str specified against this str in a case insensitive manner
- compareToIgnoreCase(CharSequence) - Method in class org.osgl.util.StrBase
-
Compare the char sequence specified against this str in a case insensitive manner
- comparing(Lang.Function<? super T, ? extends U>) - Static method in enum org.osgl.Lang.F
-
- comparing(Lang.Function<? super T, ? extends U>, Comparator<? super U>) - Static method in enum org.osgl.Lang.F
-
Construct a
Comparator
with a function to extract the key of type U from given object of type T and a comparator to compare type U
- compose(Lang.Func0<? extends P1>) - Method in class org.osgl.Lang.F1
-
Returns an F0<R>>
function by composing the specified Func0<P1>
function with this function applied last
- compose(Lang.Function<? super X1, ? extends P1>) - Method in class org.osgl.Lang.F1
-
Returns an F1<X1, R>>
function by composing the specified Function<X1, P1>
function with this function applied last
- compose(Lang.Func2<? super X1, ? super X2, ? extends P1>) - Method in class org.osgl.Lang.F1
-
Returns an F2<X1, X2, R>>
function by composing the specified Func2<X1, X2, P1>
function with this function applied last
- compose(Lang.Func3<? super X1, ? super X2, ? super X3, ? extends P1>) - Method in class org.osgl.Lang.F1
-
Returns an F3<X1, X2, X3, R>>
function by composing the specified Func3<X1, X2, X3, P1>
function with this function applied last
- compose(Lang.Func4<? super X1, ? super X2, ? super X3, ? super X4, ? extends P1>) - Method in class org.osgl.Lang.F1
-
Returns an F3<X1, X2, X3, X4, R>>
function by composing the specified Func3<X1, X2, X3, X4, P1>
function with this function applied last
- compose(Lang.Func5<? super X1, ? super X2, ? super X3, ? super X4, ? super X5, ? extends P1>) - Method in class org.osgl.Lang.F1
-
Returns an F3<X1, X2, X3, X4, X5, R>>
function by composing the specified Func3<X1, X2, X3, X4, X5, P1>
function with this function applied last
- composite(Iterator<? extends T>, Iterator<? extends T>) - Static method in enum org.osgl.util.Iterators
-
- CompositeList<T> - Class in org.osgl.util
-
Created with IntelliJ IDEA.
- compress(float) - Method in class org.osgl.util.Img._Load
-
- compressionQuality(float) - Method in class org.osgl.util.Img.ProcessorStage
-
- concat(T[], T) - Static method in class org.osgl.Lang
-
- concat(T[], T[]) - Static method in class org.osgl.Lang
-
- concat(T[], T[], T[]...) - Static method in class org.osgl.Lang
-
- concat(int[], int[]) - Static method in class org.osgl.Lang
-
- concat(int[], int[], int[]...) - Static method in class org.osgl.Lang
-
- concat(boolean[], boolean[]) - Static method in class org.osgl.Lang
-
- concat(boolean[], boolean[], boolean[]...) - Static method in class org.osgl.Lang
-
- concat(byte[], byte[]) - Static method in class org.osgl.Lang
-
- concat(byte[], byte[], byte[]...) - Static method in class org.osgl.Lang
-
- concat(short[], short[]) - Static method in class org.osgl.Lang
-
- concat(short[], short[], short[]...) - Static method in class org.osgl.Lang
-
- concat(char[], char[]) - Static method in class org.osgl.Lang
-
- concat(char[], char[], char[]...) - Static method in class org.osgl.Lang
-
- concat(long[], long[]) - Static method in class org.osgl.Lang
-
- concat(long[], long[], long[]...) - Static method in class org.osgl.Lang
-
- concat(float[], float[]) - Static method in class org.osgl.Lang
-
- concat(float[], float[], float[]...) - Static method in class org.osgl.Lang
-
- concat(double[], double[]) - Static method in class org.osgl.Lang
-
- concat(double[], double[], double[]...) - Static method in class org.osgl.Lang
-
- concat(C.Sequence<T>, C.Sequence<T>) - Static method in class org.osgl.util.C
-
- concat(C.ReversibleSequence<T>, C.ReversibleSequence<T>) - Static method in class org.osgl.util.C
-
- concat(C.List<T>, C.List<T>) - Static method in class org.osgl.util.C
-
Concatenate two
List
into one.
- concat(Lang.Func0<BufferedImage>) - Static method in enum org.osgl.util.Img
-
- concat(Lang.Func0<BufferedImage>, Lang.Func0<BufferedImage>) - Static method in enum org.osgl.util.Img
-
- concat(String, String) - Static method in class org.osgl.util.S
-
- concat(Object, Object) - Static method in class org.osgl.util.S
-
- concat(String, String, String) - Static method in class org.osgl.util.S
-
- concat(Object, Object, Object) - Static method in class org.osgl.util.S
-
- concat(String, String, String, String) - Static method in class org.osgl.util.S
-
- concat(Object, Object, Object, Object) - Static method in class org.osgl.util.S
-
- concat(String, String, String, String, String) - Static method in class org.osgl.util.S
-
- concat(Object, Object, Object, Object, Object) - Static method in class org.osgl.util.S
-
- concat(String, String, String, String, String, String...) - Static method in class org.osgl.util.S
-
- concat(Object, Object, Object, Object, Object, Object...) - Static method in class org.osgl.util.S
-
- concat(String[]) - Static method in class org.osgl.util.S
-
- concat(Object[]) - Static method in class org.osgl.util.S
-
- concat(String) - Method in class org.osgl.util.StrBase
-
- concat(T) - Method in class org.osgl.util.StrBase
-
- concatenate(N.Dimension, N.Dimension) - Method in enum org.osgl.util.Img.Direction
-
- conf - Static variable in class org.osgl.Lang
-
- CONF_CONTEXT_LOCAL_FACTORY - Static variable in interface org.osgl.concurrent.ContextLocal
-
- CONF_LINKED_LIST_FACTORY - Static variable in class org.osgl.util.C
-
“osgl.list.factory”, the property key to configure user defined
list factory
.
- CONF_RANDOM_ACCESS_LIST_FACTORY - Static variable in class org.osgl.util.C
-
- ConfigurationException - Exception in org.osgl.exception
-
Indicate a configuration error
- ConfigurationException(String) - Constructor for exception org.osgl.exception.ConfigurationException
-
- ConfigurationException(String, Object...) - Constructor for exception org.osgl.exception.ConfigurationException
-
- ConfigurationException(Throwable) - Constructor for exception org.osgl.exception.ConfigurationException
-
- ConfigurationException(Throwable, String, Object...) - Constructor for exception org.osgl.exception.ConfigurationException
-
- Const<T> - Class in org.osgl.util
-
Represent an immutable value
- constant(T) - Static method in class org.osgl.Lang
-
- constant() - Static method in class org.osgl.Lang
-
- constantName() - Method in class org.osgl.util.Keyword
-
- consumed() - Method in class org.osgl.util.S.Buffer
-
- contain(CharSequence) - Method in class org.osgl.util.S._Is
-
- contains(Object) - Method in class org.osgl.Lang.Var
-
- contains(T) - Static method in enum org.osgl.util.C.F
-
Returns a predicate function that check if the argument (collection) contains the element specified
- contains(ELEMENT) - Method in interface org.osgl.util.C.Range
-
Check if an element is contained in this range
- contains(CharSequence) - Method in class org.osgl.util.FastStr
-
- contains(ELEMENT) - Method in class org.osgl.util.LazyRange
-
- CONTAINS - Static variable in enum org.osgl.util.S.F
-
- contains(String) - Static method in enum org.osgl.util.S.F
-
- contains(CharSequence) - Method in class org.osgl.util.Str
-
- contains(CharSequence) - Method in class org.osgl.util.StrBase
-
- contains(char) - Method in class org.osgl.util.StrBase
-
- containsAll(Collection<?>) - Method in class org.osgl.Lang.Var
-
- containsAll(Collection<? extends T>) - Static method in enum org.osgl.util.C.F
-
Returns a predicate function that check if all element in the collection specified are contained in the argument collection
- containsAll(C.Range<ELEMENT>) - Method in interface org.osgl.util.C.Range
-
- containsAll(C.Range<ELEMENT>) - Method in class org.osgl.util.LazyRange
-
- containsIn(Collection<? super T>) - Static method in enum org.osgl.util.C.F
-
Returns a predicate function that check if the argument is contained in the collection specified
- containsKey(Object) - Method in class org.osgl.util.C.Map
-
- containsValue(Object) - Method in class org.osgl.util.C.Map
-
- contentEquals(CharSequence) - Method in class org.osgl.util.FastStr
-
- contentEquals(FastStr) - Method in class org.osgl.util.FastStr
-
- contentEquals(CharSequence) - Method in class org.osgl.util.Str
-
- contentEquals(Str) - Method in class org.osgl.util.Str
-
- contentEquals(CharSequence) - Method in class org.osgl.util.StrBase
-
Check if this str content is equals to the char sequence specified
- contentEquals(T) - Method in class org.osgl.util.StrBase
-
Check if this str content iks equals to the str specified
- contentEquals(StringBuffer) - Method in class org.osgl.util.StrBase
-
- ContextLocal<T> - Interface in org.osgl.concurrent
-
Provide access to context local bag.
- contextLocal() - Static method in class org.osgl.Lang
-
- contextLocal(ContextLocal.InitialValueProvider<T>) - Static method in class org.osgl.Lang
-
- ContextLocal.Factory - Interface in org.osgl.concurrent
-
- ContextLocal.Factory.Predefined - Enum in org.osgl.concurrent
-
- ContextLocal.InitialValueProvider<T> - Class in org.osgl.concurrent
-
- ContextLocal.InitialValueProvider() - Constructor for class org.osgl.concurrent.ContextLocal.InitialValueProvider
-
- ContextLocalBase<T> - Class in org.osgl.concurrent
-
- ContextLocalBase() - Constructor for class org.osgl.concurrent.ContextLocalBase
-
- ContextLocalBase(ContextLocal.InitialValueProvider<T>) - Constructor for class org.osgl.concurrent.ContextLocalBase
-
- convert(FROM) - Static method in class org.osgl.Lang
-
- convert(FROM) - Method in class org.osgl.Lang.TypeConverter
-
Convert value into TO
type
- convert(FROM, Object) - Method in class org.osgl.Lang.TypeConverter
-
Convert value into TO
type with hint
- convertValue(Class, Object) - Method in class org.osgl.util.ReflectionPropertySetter
-
- copy() - Method in interface org.osgl.util.C.List
-
Returns a mutable copy of this list
- copy() - Method in class org.osgl.util.FastStr
-
- copy() - Method in class org.osgl.util.Img._Load
-
- copy(InputStream, OutputStream) - Static method in class org.osgl.util.IO
-
- copy(InputStream, OutputStream, boolean) - Static method in class org.osgl.util.IO
-
Copy an stream to another one.
- copy() - Method in class org.osgl.util.ListBase
-
- copy() - Method in class org.osgl.util.StrBase
-
Returns a copy of this str.
- copy(int, int, char[], int) - Method in class org.osgl.util.StrBase
-
- copyDirectory(File, File) - Static method in class org.osgl.util.IO
-
- copyOf(T[]) - Static method in class org.osgl.util.C.Array
-
- count(T) - Method in interface org.osgl.util.C.Sequence
-
Count the element occurence in this sequence
- count(String, boolean) - Method in class org.osgl.util.FastStr
-
- count(FastStr, boolean) - Method in class org.osgl.util.FastStr
-
- count(T) - Method in class org.osgl.util.ListBase
-
- count(String, String) - Static method in class org.osgl.util.S
-
Count how many times a search string occurred in the give string
- count(String, String, boolean) - Static method in class org.osgl.util.S
-
Count how many times a search string occurred in the give string
- count(T) - Method in class org.osgl.util.SequenceBase
-
- count(C.Sequence<T>, T) - Static method in class org.osgl.util.SequenceBase
-
- count(String, boolean) - Method in class org.osgl.util.Str
-
- count(Str, boolean) - Method in class org.osgl.util.Str
-
- count(String, boolean) - Method in class org.osgl.util.StrBase
-
- count(T, boolean) - Method in class org.osgl.util.StrBase
-
- count(String) - Method in class org.osgl.util.StrBase
-
- count(T) - Method in class org.osgl.util.StrBase
-
- COUNTER - Static variable in class org.osgl.util.N.F
-
- counter() - Static method in class org.osgl.util.N.F
-
- countWithOverlap(String) - Method in class org.osgl.util.StrBase
-
- countWithOverlap(T) - Method in class org.osgl.util.StrBase
-
- create() - Method in interface org.osgl.concurrent.ContextLocal.Factory
-
- create(ContextLocal.InitialValueProvider<T>) - Method in interface org.osgl.concurrent.ContextLocal.Factory
-
- create() - Method in class org.osgl.Lang.Factory
-
- create() - Method in interface org.osgl.util.C.ListFactory
-
Create an empty java.util.List
contains the generic type E
- create(Collection<? extends ET>) - Method in interface org.osgl.util.C.ListFactory
-
Create a java.util.List
pre populated with elements of specified collection
- create(int) - Method in interface org.osgl.util.C.ListFactory
-
Create a java.util.List
with initial capacity
- create() - Static method in class org.osgl.util.ListBuilder
-
Create an empty ListBuilder instance
- create(int) - Static method in class org.osgl.util.ListBuilder
-
- createGraphics2D() - Method in class org.osgl.util.Img.Processor
-
- createListPropertyGetter(Class) - Method in interface org.osgl.util.PropertyHandlerFactory
-
- createListPropertyGetter(Class) - Method in class org.osgl.util.ReflectionPropertyHandlerFactory
-
- createListPropertySetter(Class) - Method in interface org.osgl.util.PropertyHandlerFactory
-
- createListPropertySetter(Class) - Method in class org.osgl.util.ReflectionPropertyHandlerFactory
-
- createMapPropertyGetter(Class, Class) - Method in interface org.osgl.util.PropertyHandlerFactory
-
- createMapPropertyGetter(Class, Class) - Method in class org.osgl.util.ReflectionPropertyHandlerFactory
-
- createMapPropertySetter(Class, Class) - Method in interface org.osgl.util.PropertyHandlerFactory
-
- createMapPropertySetter(Class, Class) - Method in class org.osgl.util.ReflectionPropertyHandlerFactory
-
- createPropertyGetter(Class, String, boolean) - Method in interface org.osgl.util.PropertyHandlerFactory
-
- createPropertyGetter(Class, String, boolean) - Method in class org.osgl.util.ReflectionPropertyHandlerFactory
-
- createPropertySetter(Class, String) - Method in interface org.osgl.util.PropertyHandlerFactory
-
- createPropertySetter(Class, String) - Method in class org.osgl.util.ReflectionPropertyHandlerFactory
-
- createStage(BufferedImage) - Method in class org.osgl.util.Img.Cropper
-
- createStage(BufferedImage) - Method in class org.osgl.util.Img.Flip
-
- createStage() - Method in class org.osgl.util.Img.Processor
-
Create a builder for this processor.
- createStage(BufferedImage) - Method in class org.osgl.util.Img.Processor
-
Create a builder for this processor.
- createStage(BufferedImage) - Method in class org.osgl.util.Img.Resizer
-
- createStage(BufferedImage) - Method in class org.osgl.util.Img.WaterMarker
-
- createTarget() - Method in class org.osgl.util.Img.Processor
-
- crop() - Method in class org.osgl.util.Img._Load
-
- crop(int, int, int, int) - Method in class org.osgl.util.Img._Load
-
- crop(Lang.Tuple<Integer, Integer>, Lang.Tuple<Integer, Integer>) - Method in class org.osgl.util.Img._Load
-
- crop(Lang.Func0<BufferedImage>) - Static method in enum org.osgl.util.Img
-
- Crypto - Enum in org.osgl.util
-
Cryptography utils.
- Crypto.HashType - Enum in org.osgl.util
-
Define a hash type enumeration for strong-typing
- CryptoService - Interface in org.osgl.util
-
Created by luog on 16/01/14.
- cubic() - Static method in class org.osgl.util.N.F
-
- cubic(Class<T>) - Static method in class org.osgl.util.N.F
-
- CURLY_BRACES - Static variable in class org.osgl.util.S
-
- curry(P1) - Method in class org.osgl.Lang.F1
-
- curry(P1, P2) - Method in class org.osgl.Lang.F2
-
- curry(P2) - Method in class org.osgl.Lang.F2
-
- curry(P1, P2, P3) - Method in class org.osgl.Lang.F3
-
- curry(P2, P3) - Method in class org.osgl.Lang.F3
-
- curry(P3) - Method in class org.osgl.Lang.F3
-
- curry(P1, P2, P3, P4) - Method in class org.osgl.Lang.F4
-
- curry(P2, P3, P4) - Method in class org.osgl.Lang.F4
-
- curry(P3, P4) - Method in class org.osgl.Lang.F4
-
- curry(P4) - Method in class org.osgl.Lang.F4
-
- curry(P1, P2, P3, P4, P5) - Method in class org.osgl.Lang.F5
-
- curry(P2, P3, P4, P5) - Method in class org.osgl.Lang.F5
-
- curry(P3, P4, P5) - Method in class org.osgl.Lang.F5
-
- curry(P4, P5) - Method in class org.osgl.Lang.F5
-
- curry(P5) - Method in class org.osgl.Lang.F5
-
- curry(Number, Number) - Method in enum org.osgl.util.N.Op
-
- cut(Object) - Static method in class org.osgl.util.S
-
- cutOff(String, int) - Static method in class org.osgl.util.S
- cutOff(int) - Method in class org.osgl.util.StrBase
- dashed() - Method in class org.osgl.util.Keyword
-
- dashed(CharSequence) - Static method in class org.osgl.util.S
-
- DATE_TO_STRING - Static variable in class org.osgl.Lang.TypeConverter
-
- DBL - Static variable in class org.osgl.util.N.F
-
- dbl() - Static method in class org.osgl.util.N.F
-
- dbl(Class<T>) - Static method in class org.osgl.util.N.F
-
- decode(String, Class<T>) - Static method in class org.osgl.util.ValueObject
-
Decode a object instance from a string with given target object type
- decodeBASE64(String) - Static method in class org.osgl.util.Codec
-
- decodeBase64(String) - Static method in class org.osgl.util.Codec
-
Decode a base64 value
- decodeBASE64() - Method in class org.osgl.util.FastStr
-
- decodeBASE64(String) - Static method in class org.osgl.util.S
-
Decode Base64 encoded string
- decodeBase64(String) - Static method in class org.osgl.util.S
-
- decodeBASE64() - Method in class org.osgl.util.Str
-
- decodeBASE64() - Method in class org.osgl.util.StrBase
-
- decodeUrl(String, Charset) - Static method in class org.osgl.util.Codec
-
- decodeUrl(String) - Static method in class org.osgl.util.Codec
-
- decodeUrlSafeBase64(String) - Static method in class org.osgl.util.Codec
-
Decode a URL safe base64 value
- decr(String) - Method in interface org.osgl.cache.CacheService
-
Decrease an number type value associated with key key
by 1
- decr(String, int) - Method in interface org.osgl.cache.CacheService
-
Decrease an number type value associated with key key
by 1
with expires specified
- decrypt(String, String) - Method in interface org.osgl.util.CryptoService
-
Deprecated.
- decrypt(String, String, String) - Method in interface org.osgl.util.CryptoService
-
Deprecated.
- decrypt(String, byte[]) - Method in interface org.osgl.util.CryptoService
-
Decrypt a secret using the private key specified
- decrypt(String, byte[], byte[]) - Method in interface org.osgl.util.CryptoService
-
Decrypt a secret using the private key specified along with the salt
- decryptAES(String, String) - Static method in enum org.osgl.util.Crypto
-
Deprecated.
- decryptAES(String, byte[]) - Static method in enum org.osgl.util.Crypto
-
Decrypt a String with the AES encryption standard.
- decryptAES(String, String, String) - Static method in enum org.osgl.util.Crypto
-
Deprecated.
- decryptAES(String, byte[], byte[]) - Static method in enum org.osgl.util.Crypto
-
Decrypt a String with the AES encryption standard.
- DEF_CACHE_NAME - Static variable in interface org.osgl.cache.CacheService
-
- DEF_MIME_TYPE - Static variable in enum org.osgl.util.Img
-
The default image MIME type when not specified
- DEF_STRING_REPLACE - Static variable in class org.osgl.OsglConfig
-
Default string replace logic
- DEF_STRING_SEARCH - Static variable in class org.osgl.OsglConfig
-
Default string search logic
- defaultFactory() - Static method in enum org.osgl.concurrent.ContextLocal.Factory.Predefined
-
- defaultTo(Object) - Method in class org.osgl.Lang._ConvertStage
-
- DelegatingIterator<T> - Class in org.osgl.util
-
Created with IntelliJ IDEA.
- delete(File) - Static method in class org.osgl.util.IO
-
- delete(File, boolean) - Static method in class org.osgl.util.IO
-
- delete(int, int) - Method in class org.osgl.util.S.Buffer
-
Removes the characters in a substring of this sequence.
- deleteCharAt(int) - Method in class org.osgl.util.S.Buffer
-
Removes the char
at the specified position in this sequence.
- dequeAppend(T) - Static method in enum org.osgl.util.C.F
-
Returns a function that append specified element to argument deque
- dequePrepend(T) - Static method in enum org.osgl.util.C.F
-
Returns a function that prepend specified element to argument deque
- deserialize(byte[], Class<T>) - Static method in class org.osgl.Lang
-
- deserialize(byte[]) - Static method in class org.osgl.Lang
-
- DIAMOND - Static variable in class org.osgl.util.S
-
A pair of angle brackets: <
and >
- dimension(int, int) - Static method in class org.osgl.util.N
-
- dir(Img.Direction) - Method in class org.osgl.util.Img.Concatenater.Stage
-
- div(Number) - Static method in class org.osgl.util.N.F
-
Deprecated.
- div(Number, Class<T>) - Static method in class org.osgl.util.N.F
-
Deprecated.
- div(Number) - Method in class org.osgl.util.N.Num
-
- DIVIDE - Static variable in class org.osgl.util.N.F
-
- divide(Class<R>) - Static method in class org.osgl.util.N.F
-
- divideBy(Number) - Static method in class org.osgl.util.N.F
-
- divideBy(Number, Class<T>) - Static method in class org.osgl.util.N.F
-
- doFillInStackTrace() - Method in exception org.osgl.exception.FastRuntimeException
-
- dos2unix(String) - Static method in class org.osgl.util.S
-
- doSet(Object, Object) - Method in class org.osgl.util.ReflectionPropertySetter
-
- DOUBLE_ANGLE_QUOTATION_MARK - Static variable in class org.osgl.util.S
-
A pair of double angle quotation mark: «
(u00ab
) and »
(u00bb
)
- doubleValue() - Method in class org.osgl.util.N.Num
-
- doubleValue() - Method in class org.osgl.util.ValueObject
-
- drawImage(Graphics2D, BufferedImage, BufferedImage) - Method in enum org.osgl.util.Img.Direction
-
- drop(int) - Method in class org.osgl.Lang.Var
-
- drop() - Method in interface org.osgl.util.C.List.Cursor
-
Remove the current element this cursor points to.
- drop(int) - Method in interface org.osgl.util.C.List
-
Returns a Sequence
consisting of the elements from this Sequence
except the first n
if number n
is positive and the Sequence
contains more than n
elements
- drop(int) - Method in interface org.osgl.util.C.ReversibleSequence
-
Returns a Sequence
consisting of the elements from this Sequence
except the first n
if number n
is positive and the Sequence
contains more than n
elements
- drop(int) - Method in interface org.osgl.util.C.Sequence
-
Returns a Sequence
consisting of the elements from this Sequence
except the first n
if number n
is positive and the Sequence
contains more than n
elements
- drop(int) - Method in class org.osgl.util.LazyRange
-
- drop(int) - Method in class org.osgl.util.ListBase
-
- drop(int) - Method in class org.osgl.util.SequenceBase
-
- drop(int) - Method in class org.osgl.util.StrBase
-
- dropAlphaChannelIfJPEG(ImageWriter) - Method in class org.osgl.util.Img.ProcessorStage
-
- dropWhile(Lang.Function<? super T, Boolean>) - Method in class org.osgl.Lang.Var
-
- dropWhile(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.List
-
Returns a Sequence
consisting of the elements from this sequence with leading elements dropped until the predicate returns true
- dropWhile(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.ReversibleSequence
-
- dropWhile(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.Sequence
-
Returns a Sequence
consisting of the elements from this sequence with leading elements dropped until the predicate returns true
- dropWhile(Lang.Function<? super Character, Boolean>) - Method in class org.osgl.util.FastStr
-
- dropWhile(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.ListBase
-
- dropWhile(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.SequenceBase
-
- dropWhile(Lang.Function<? super Character, Boolean>) - Method in class org.osgl.util.Str
-
- dropWhile(Lang.Function<? super Character, Boolean>) - Method in class org.osgl.util.StrBase
-
Return a str that without the first N characters in the string.
- E - Class in org.osgl.util
-
Utility class to throw common exceptions
- E - Static variable in class org.osgl.util.N
-
The double
value that is closer than any other to e, the base of the natural logarithms.
- each(Lang.Visitor<? super T>) - Method in class org.osgl.Lang.Var
-
- each(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.List
-
- each(Lang.IndexedVisitor<Integer, ? super T>) - Method in interface org.osgl.util.C.List
-
Alias of #accept(Osgl.Visitor)
- each(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.ListOrSet
-
- each(Lang.IndexedVisitor<? super K, ? super V>) - Method in class org.osgl.util.C.Map
-
Alias of #forEach(Osgl.IndexedVisitor)
- each(Lang.Visitor<? super ELEMENT>) - Method in interface org.osgl.util.C.Range
-
- each(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.ReversibleSequence
-
- each(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.Sequence
-
- each(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.Set
-
- each(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.Traversable
-
Alias of #accept(Osgl.Visitor)
- each(Lang.Visitor<? super ELEMENT>) - Method in class org.osgl.util.LazyRange
-
- each(Lang.Visitor<? super T>) - Method in class org.osgl.util.ListBase
-
- each(Lang.IndexedVisitor<Integer, ? super T>) - Method in class org.osgl.util.ListBase
-
- each(Lang.Visitor<? super T>) - Method in class org.osgl.util.SequenceBase
-
- each(Lang.Visitor<? super T>) - Method in class org.osgl.util.SetBase
-
- each(Lang.Visitor<? super T>) - Method in class org.osgl.util.TraversableBase
-
- eager() - Method in class org.osgl.Lang.Var
-
- eager() - Method in class org.osgl.util.C.Array
-
- eager() - Method in interface org.osgl.util.C.List
-
- eager() - Method in interface org.osgl.util.C.ListOrSet
-
- eager() - Method in interface org.osgl.util.C.ReversibleSequence
-
- eager() - Method in interface org.osgl.util.C.Sequence
-
- eager() - Method in interface org.osgl.util.C.Set
-
- eager() - Method in interface org.osgl.util.C.Traversable
-
- eager() - Method in class org.osgl.util.ListBase
-
- eager() - Method in class org.osgl.util.SequenceBase
-
- eager() - Method in class org.osgl.util.SetBase
-
- eager() - Method in class org.osgl.util.StrBase
-
- eager() - Method in class org.osgl.util.TraversableBase
-
- echo(String, Object...) - Static method in class org.osgl.Lang
-
- elseThen(Lang.Function<? super T, R>) - Method in class org.osgl.Lang.Predicate
-
- EMPTY - Static variable in class org.osgl.util.C
-
- empty(Collection<?>) - Static method in class org.osgl.util.C
-
- empty(Map) - Static method in class org.osgl.util.C
-
- empty() - Static method in class org.osgl.util.C
-
- empty() - Method in class org.osgl.util.S._Is
-
- empty(String) - Static method in class org.osgl.util.S
-
Determine if a string is empty or null
- empty() - Method in class org.osgl.util.StrBase
-
- EMPTY_ARRAY - Static variable in class org.osgl.util.S
-
An empty string array constant
- EMPTY_BYTE_ARRAY - Static variable in class org.osgl.util.N
-
An empty byte[]
- EMPTY_DOUBLE_ARRAY - Static variable in class org.osgl.util.N
-
An empty double[]
- EMPTY_FLOAT_ARRAY - Static variable in class org.osgl.util.N
-
An empty float[]
- EMPTY_INT_ARRAY - Static variable in class org.osgl.util.N
-
An empty int[]
- EMPTY_LIST - Static variable in class org.osgl.util.C
-
- EMPTY_LONG_ARRAY - Static variable in class org.osgl.util.N
-
An empty long[]
- EMPTY_MAP - Static variable in class org.osgl.util.C
-
- EMPTY_SET - Static variable in class org.osgl.util.C
-
- EMPTY_SHORT_ARRAY - Static variable in class org.osgl.util.N
-
An empty short[]
- EMPTY_STR - Static variable in class org.osgl.util.FastStr
-
- EMPTY_STR - Static variable in class org.osgl.util.Str
-
- emptyListOf(Class<T>) - Static method in class org.osgl.util.C
-
- encode(Object) - Static method in class org.osgl.util.ValueObject
-
Encode a object into a String
- encodeBASE64(String) - Static method in class org.osgl.util.Codec
-
- encodeBase64(String) - Static method in class org.osgl.util.Codec
-
Encode a String to base64
- encodeBASE64(byte[]) - Static method in class org.osgl.util.Codec
-
- encodeBase64(byte[]) - Static method in class org.osgl.util.Codec
-
Encode binary data to base64
- encodeBASE64() - Method in class org.osgl.util.FastStr
-
- encodeBASE64(String) - Static method in class org.osgl.util.S
-
Encode a string using Base64 encoding
- encodeBase64(String) - Static method in class org.osgl.util.S
-
- encodeBASE64() - Method in class org.osgl.util.Str
-
- encodeBASE64() - Method in class org.osgl.util.StrBase
-
- encodeUrl(String, Charset) - Static method in class org.osgl.util.Codec
-
- encodeUrl(String) - Static method in class org.osgl.util.Codec
-
- encodeUrlSafeBase64(String) - Static method in class org.osgl.util.Codec
-
Encode a String to base64 using variant URL safe encode scheme
- encodeUrlSafeBase64(byte[]) - Static method in class org.osgl.util.Codec
-
Encode binary data to base64 use Url safe variant
- encodingException(UnsupportedEncodingException) - Static method in class org.osgl.util.E
-
- encrypt(String, String) - Method in interface org.osgl.util.CryptoService
-
Deprecated.
- encrypt(String, byte[]) - Method in interface org.osgl.util.CryptoService
-
Encrypt a String content using private key specified
- encrypt(String, String, String) - Method in interface org.osgl.util.CryptoService
-
Deprecated.
- encrypt(String, byte[], byte[]) - Method in interface org.osgl.util.CryptoService
-
Encrypt a string content using private key specified along with salt
- encryptAES(String, String) - Static method in enum org.osgl.util.Crypto
-
Deprecated.
- encryptAES(String, byte[]) - Static method in enum org.osgl.util.Crypto
-
Encrypt a String with the AES encryption standard.
- encryptAES(String, String, String) - Static method in enum org.osgl.util.Crypto
-
Deprecated.
- encryptAES(String, byte[], byte[]) - Static method in enum org.osgl.util.Crypto
-
Encrypt a String with the AES encryption standard.
- ENDS_WITH - Static variable in enum org.osgl.util.S.F
-
- endsWith(CharSequence, int) - Method in class org.osgl.util.FastStr
-
- endsWith(FastStr, int) - Method in class org.osgl.util.FastStr
-
- endsWith(String, String) - Static method in class org.osgl.util.S
-
- endsWith(String, char) - Static method in class org.osgl.util.S
-
- endsWith(String) - Static method in enum org.osgl.util.S.F
-
- endsWith(CharSequence, int) - Method in class org.osgl.util.Str
-
- endsWith(Str, int) - Method in class org.osgl.util.Str
-
- endsWith(CharSequence) - Method in class org.osgl.util.StrBase
-
Check if this str ends with the given char sequence
- endsWith(T) - Method in class org.osgl.util.StrBase
-
Check if this str ends with the given str
- endsWith(T, int) - Method in class org.osgl.util.StrBase
-
Check this str instance ends with str, with the search starts at specified offset
- endsWith(CharSequence, int) - Method in class org.osgl.util.StrBase
-
Check if this str ends with a char sequence, with the search starts at the specified offset
- endWith(String) - Method in class org.osgl.util.S._Ensure
-
- endWith(char) - Method in class org.osgl.util.S._Ensure
-
- endWith(String) - Method in class org.osgl.util.S._Is
-
- ensure(Object) - Static method in class org.osgl.util.S
-
- ensureCapacity(int) - Method in class org.osgl.util.S.Buffer
-
Ensures that the capacity is at least equal to the specified minimum.
- ensureEndsWith(String, String) - Static method in class org.osgl.util.S
-
- ensureEndsWith(String, char) - Static method in class org.osgl.util.S
-
- ensureGet(T, T) - Static method in class org.osgl.Lang
-
- ensureGet(T, Lang.F0<T>) - Static method in class org.osgl.Lang
-
- ensureGet(T, T, T) - Static method in class org.osgl.Lang
-
- ensureGet(T, T, T, T) - Static method in class org.osgl.Lang
-
- ensureGet(T, List<T>) - Static method in class org.osgl.Lang
-
- ensureStartsWith(String, String) - Static method in class org.osgl.util.S
-
- ensureStartsWith(String, char) - Static method in class org.osgl.util.S
-
- ensureStrippedOff(String, String, String) - Static method in class org.osgl.util.S
-
- ensureStrippedOff(String, Lang.Tuple<String, String>) - Static method in class org.osgl.util.S
-
- ensureWrappedWith(String, String, String) - Static method in class org.osgl.util.S
-
- ensureWrappedWith(String, Lang.Tuple<String, String>) - Static method in class org.osgl.util.S
-
- entrySet() - Method in class org.osgl.util.C.Map
-
- enumerable(Enumeration<T>) - Static method in class org.osgl.util.C
-
- EnumerationIterator<T> - Class in org.osgl.util
-
- EnumerationIterator(Enumeration<? extends T>) - Constructor for class org.osgl.util.EnumerationIterator
-
- enumValue() - Method in class org.osgl.util.ValueObject
-
- eq(Object, Object) - Static method in class org.osgl.Lang
-
Check if two object is equals to each other.
- eq(boolean, boolean) - Static method in class org.osgl.Lang
-
Check if two boolean
value equals to each other
- eq(byte, byte) - Static method in class org.osgl.Lang
-
Check if two byte
value equals to each other
- eq(char, char) - Static method in class org.osgl.Lang
-
Check if two char
value equals to each other
- eq(short, short) - Static method in class org.osgl.Lang
-
Check if two short
value equals to each other
- eq(int, int) - Static method in class org.osgl.Lang
-
Check if two int
value equals to each other
- eq(float, float) - Static method in class org.osgl.Lang
-
Check if two float
value equals to each other
- eq(long, long) - Static method in class org.osgl.Lang
-
Check if two long
value equals to each other
- eq(double, double) - Static method in class org.osgl.Lang
-
Check if two double
value equals to each other
- EQ - Static variable in enum org.osgl.Lang.F
-
A predefined function that applies to two parameters and check if they are equals to each other
- eq() - Static method in enum org.osgl.Lang.F
-
- eq(P) - Static method in enum org.osgl.Lang.F
-
Returns a
Lang.Predicate
that checkes if the argument equals to the element specified
- eq(int) - Method in class org.osgl.util.N._IntRequire
-
- eq(Number, Number) - Static method in class org.osgl.util.N
-
- eq(Number) - Method in class org.osgl.util.N.Num
-
- eq(N.Type) - Method in enum org.osgl.util.N.Type
-
- eq(String, String) - Static method in class org.osgl.util.S
-
- eq(String, String, int) - Static method in class org.osgl.util.S
-
- eq(CharSequence) - Method in class org.osgl.util.StrBase
-
- eq(T) - Method in class org.osgl.util.StrBase
-
- eq(StringBuffer) - Method in class org.osgl.util.StrBase
-
- eq2(Object, Object) - Static method in class org.osgl.Lang
-
Check if two objects are equals to each other.
- EQUAL - Static variable in enum org.osgl.Lang.F
-
- equal() - Static method in enum org.osgl.Lang.F
-
- equal(String, String) - Static method in class org.osgl.util.S
-
Return true if 2 strings are equals to each other without ignore space and case sensitive.
- equal(String, String, int) - Static method in class org.osgl.util.S
-
Return true if 2 strings are equals to each other as per rule specified
- equal(int, String...) - Static method in class org.osgl.util.S
-
Check if all strings are equal to each other
- equals(Object) - Method in class org.osgl.Lang
-
- equals(Object) - Method in class org.osgl.Lang.Option
-
- equals(Object) - Method in class org.osgl.Lang.Quadruple
-
- equals(Object) - Method in class org.osgl.Lang.Quintuple
-
- equals(Object) - Method in class org.osgl.Lang.Triple
-
- equals(Object) - Method in class org.osgl.Lang.Tuple
-
- equals(Object) - Method in class org.osgl.Lang.TypeConverter
-
- equals(Object) - Method in class org.osgl.Lang.Var
-
- equals(Object) - Method in class org.osgl.util.C.Map
-
- equals(Object) - Method in class org.osgl.util.Const
-
- equals(Object) - Method in class org.osgl.util.FastStr
-
- equals(Object) - Method in class org.osgl.util.Keyword
-
- equals(Object) - Method in class org.osgl.util.LazyRange
-
- equals(Object) - Method in class org.osgl.util.ListBase
-
- equals(Object) - Method in class org.osgl.util.N.ByteRangeStep
-
- equals(Object) - Method in class org.osgl.util.N.IntRangeStep
-
- equals(Object) - Method in class org.osgl.util.N.LongRangeStep
-
- equals(Object) - Method in class org.osgl.util.N.RangeStep
-
- equals(Object) - Method in class org.osgl.util.N.ShortRangeStep
-
- equals(Object) - Method in class org.osgl.util.StrBase
-
- equals(Object) - Method in class org.osgl.util.ValueObject
-
- equalsIgnoreCase(CharSequence) - Method in class org.osgl.util.FastStr
-
- equalsIgnoreCase(FastStr) - Method in class org.osgl.util.FastStr
-
- equalsIgnoreCase(CharSequence) - Method in class org.osgl.util.Str
-
- equalsIgnoreCase(CharSequence) - Method in class org.osgl.util.StrBase
-
Compare content of the str and the specified char sequence, case insensitive
- equalTo(int) - Method in class org.osgl.util.N._IntRequire
-
- equalTo(CharSequence) - Method in class org.osgl.util.S._Is
-
- error(String, Object...) - Static method in class org.osgl.Lang
-
- evaluate(Annotation) - Static method in class org.osgl.Lang
-
Evaluate Annotation properties
- evenNumbers() - Static method in class org.osgl.util.C
-
Returns a
C.Range
of non-negative even numbers starts from
0
to
Integer.MAX_VALUE
.
- evict(String) - Method in interface org.osgl.cache.CacheService
-
Remove an item from the cache service by key
- ExceptionNS - Class in org.osgl.util
-
Exception utility namespace.
- ExceptionNS() - Constructor for class org.osgl.util.ExceptionNS
-
- exp(double) - Static method in class org.osgl.util.N
-
- exp() - Method in class org.osgl.util.N.Num
-
- extract(Collection<?>, String) - Static method in class org.osgl.util.C
-
- f - Variable in class org.osgl.Lang.Option
-
A reference to this runtime function namesapce
- f - Variable in class org.osgl.Lang.Var
-
- F0 - Static variable in class org.osgl.Lang
-
A dumb function for
Lang.Func0
that does nothing and return
null
- f0() - Static method in class org.osgl.Lang
-
- f0(Lang.Func0<? extends R>) - Static method in class org.osgl.Lang
-
- F1 - Static variable in class org.osgl.Lang
-
A dumb
Lang.Function
implementation that does nothing and return null
- f1() - Static method in class org.osgl.Lang
-
- f1(Lang.Function<? super P1, ? extends R>) - Static method in class org.osgl.Lang
-
- f1(Lang.Bijection<X, Y>) - Static method in class org.osgl.Lang
-
- F2 - Static variable in class org.osgl.Lang
-
A dumb
Lang.Func2
implementation that does nothing and return null
- f2() - Static method in class org.osgl.Lang
-
- f2(Lang.Func2<? super P1, ? super P2, ? extends R>) - Static method in class org.osgl.Lang
-
- F3 - Static variable in class org.osgl.Lang
-
A dumb
Lang.Func3
implementation that does nothing and return null
- f3() - Static method in class org.osgl.Lang
-
- f3(Lang.Func3<? super P1, ? super P2, ? super P3, ? extends R>) - Static method in class org.osgl.Lang
-
- F4 - Static variable in class org.osgl.Lang
-
A dumb
Lang.Func4
implementation that does nothing and return null
- f4() - Static method in class org.osgl.Lang
-
- f4(Lang.Func4<? super P1, ? super P2, ? super P3, ? super P4, ? extends R>) - Static method in class org.osgl.Lang
-
- F5 - Static variable in class org.osgl.Lang
-
A dumb
Lang.Func5
implementation that does nothing and return null
- f5() - Static method in class org.osgl.Lang
-
- f5(Lang.Func5<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? extends R>) - Static method in class org.osgl.Lang
-
- factory(Lang.Func0<T>) - Static method in class org.osgl.Lang
-
- FALSE - Static variable in enum org.osgl.Lang.F
-
A predefined forever FALSE predicate which always return false
for whatever element been tested
- FastJsonObjectCodec - Class in org.osgl.util
-
- FastJsonObjectCodec() - Constructor for class org.osgl.util.FastJsonObjectCodec
-
- FastRuntimeException - Exception in org.osgl.exception
-
Runtime exception without fill the stack trace.
- FastRuntimeException() - Constructor for exception org.osgl.exception.FastRuntimeException
-
- FastRuntimeException(String) - Constructor for exception org.osgl.exception.FastRuntimeException
-
- FastRuntimeException(String, Object...) - Constructor for exception org.osgl.exception.FastRuntimeException
-
- FastRuntimeException(Throwable) - Constructor for exception org.osgl.exception.FastRuntimeException
-
- FastRuntimeException(Throwable, String, Object...) - Constructor for exception org.osgl.exception.FastRuntimeException
-
- fastSplit(String, String) - Static method in class org.osgl.util.S
-
Split a string by separator literal and return a list of strings
- FastStr - Class in org.osgl.util
-
FastStr implements the same contract of Str with the a char array.
- FeaturedBase - Class in org.osgl.util
-
Provide common logic to handle
C.Featured
interface
- FeaturedBase() - Constructor for class org.osgl.util.FeaturedBase
-
- features() - Method in interface org.osgl.util.C.Featured
-
- features() - Method in class org.osgl.util.FeaturedBase
-
- features() - Method in class org.osgl.util.ListBase
-
- features() - Method in class org.osgl.util.SetBase
-
- features_() - Method in class org.osgl.util.FeaturedBase
-
- features_() - Method in class org.osgl.util.ListBase
-
- features_() - Method in class org.osgl.util.SetBase
-
- fieldOf(Class<?>, String) - Static method in class org.osgl.Lang
-
Returns non-static field of a class by name.
- fieldOf(Class<?>, String, boolean) - Static method in class org.osgl.Lang
-
Returns field of a class by name.
- fieldOf(Class<?>, String, Class<?>, boolean) - Static method in class org.osgl.Lang
-
Returns field of a class by name.
- fieldsOf(Class<?>) - Static method in class org.osgl.Lang
-
Returns all fields of a class and all super classes.
- fieldsOf(Class<?>, Lang.Function<Field, Boolean>) - Static method in class org.osgl.Lang
-
Returns all fields of a class and all super classes.
- fieldsOf(Class<?>, boolean) - Static method in class org.osgl.Lang
-
Returns all fields of a class and all super classes.
- fieldsOf(Class<?>, Class<?>, boolean) - Static method in class org.osgl.Lang
-
Returns all fields of a class and all super classes until root class.
- fieldsOf(Class<?>, Class<?>, Lang.Function<Field, Boolean>) - Static method in class org.osgl.Lang
-
Returns all fields of a class and all super classes until root class.
- fieldsOf(Class<?>, Lang.Function<Class<?>, Boolean>, Lang.Function<Field, Boolean>) - Static method in class org.osgl.Lang
-
- fieldWithAnnotation(Class<? extends Annotation>) - Static method in enum org.osgl.Lang.F
-
Returns a predicate function that when applied to a
Field
type object, returns
true
if the field has specified annotation presented
- fifth() - Method in class org.osgl.Lang.Quintuple
-
- FILE_SEP - Static variable in class org.osgl.util.S
-
- FILE_SEP_CHAR - Static variable in class org.osgl.util.S
-
- FILE_TO_IS - Static variable in class org.osgl.util.IO.F
-
- fileExtension(String) - Static method in class org.osgl.util.S
-
Get the extension of a filename
- fileSeparator() - Method in enum org.osgl.util.OS
-
- fill(boolean, boolean[]) - Static method in class org.osgl.Lang
-
- fill(byte, byte[]) - Static method in class org.osgl.Lang
-
- fill(char, char[]) - Static method in class org.osgl.Lang
-
- fill(short, short[]) - Static method in class org.osgl.Lang
-
- fill(int, int[]) - Static method in class org.osgl.Lang
-
- fill(float, float[]) - Static method in class org.osgl.Lang
-
- fill(long, long[]) - Static method in class org.osgl.Lang
-
- fill(double, double[]) - Static method in class org.osgl.Lang
-
- fill(T, T[]) - Static method in class org.osgl.Lang
-
- fillInStackTrace() - Method in exception org.osgl.exception.FastRuntimeException
-
- filter(Lang.Function<? super T, Boolean>) - Method in class org.osgl.Lang.Option.f
-
Returns a function that when applied, run Option#filter(Function)
on this Option
- filter(Lang.Function<? super T, Boolean>) - Method in class org.osgl.Lang.Option
-
If a value is present, and the value matches the given predicate, return an
Option
describing the value, otherwise return
Lang.NONE
.
- filter(Lang.Function<? super T, Boolean>) - Method in class org.osgl.Lang.Var
-
- filter(C.Sequence<T>, Lang.Function<? super T, Boolean>) - Static method in class org.osgl.util.C
-
- filter(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.List
-
- filter(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.ListOrSet
-
- filter(Lang.Function<K, Boolean>) - Method in class org.osgl.util.C.Map
-
- filter(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.ReversibleSequence
-
- filter(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.Sequence
-
Returns an new traversable that contains all elements in the current traversable except that does not pass the test of the filter function specified.
- filter(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.Set
-
- filter(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.Traversable
-
Returns an new traversable that contains all elements in the current traversable except that does not pass the test of the filter function specified.
- filter(Iterator<? extends T>, Lang.Function<? super T, Boolean>) - Static method in enum org.osgl.util.Iterators
-
- filter(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.ListBase
-
- filter(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.SequenceBase
-
- filter(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.SetBase
-
- filter(Lang.Function<? super Character, Boolean>) - Method in class org.osgl.util.StrBase
-
- filter(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.TraversableBase
-
- filterIndex(Iterator<? extends T>, Lang.Function<Integer, Boolean>) - Static method in enum org.osgl.util.Iterators
-
- filterUntil(Iterator<? extends T>, Lang.Function<? super T, Boolean>) - Static method in enum org.osgl.util.Iterators
-
- filterWhile(Iterator<? extends T>, Lang.Function<? super T, Boolean>) - Static method in enum org.osgl.util.Iterators
-
- findFirst(Lang.Function<? super T, Boolean>) - Method in class org.osgl.Lang.Var
-
- findFirst(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.Sequence
-
Apply the predicate specified to the element of this sequence from head to tail.
- findFirst(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.ListBase
-
- findFirst(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.SequenceBase
-
Delegate to TraversableBase#findOne(org.osgl.Osgl.Function)
- findLast(Lang.Function<? super T, Boolean>) - Method in class org.osgl.Lang.Var
-
- findLast(Lang.Function<? super ELEMENT, Boolean>) - Method in interface org.osgl.util.C.Range
-
- findLast(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.ReversibleSequence
-
Apply the predicate specified to the element of this sequence from tail to head.
- findLast(Lang.Function<? super ELEMENT, Boolean>) - Method in class org.osgl.util.LazyRange
-
- findLast(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.ListBase
-
- findOne(Lang.Function<? super T, Boolean>) - Method in class org.osgl.Lang.Var
-
- findOne(Lang.Function<? super T, Boolean>) - Method in interface org.osgl.util.C.Traversable
-
Returns an element that matches the predicate specified.
- findOne(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.ListBase
-
- findOne(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.SetBase
-
- findOne(Lang.Function<? super T, Boolean>) - Method in class org.osgl.util.TraversableBase
-
Iterate the traversal to check if any element applied to the predicate the iteration process stop when the element is found and return an option describing the element.
- first() - Method in class org.osgl.Lang.Quadruple
-
- first() - Method in class org.osgl.Lang.Quintuple
-
- first() - Method in class org.osgl.Lang.Triple
-
- first() - Method in class org.osgl.Lang.Tuple
-
- first() - Method in interface org.osgl.util.C.Sequence
-
- first() - Method in class org.osgl.util.ListBase
-
- first(int) - Method in class org.osgl.util.S._Cut
-
- FIRST - Static variable in enum org.osgl.util.S.F
-
- first(int) - Static method in enum org.osgl.util.S.F
-
- first(String, int) - Static method in class org.osgl.util.S
-
Return the string of first N chars.
- first() - Method in class org.osgl.util.SequenceBase
-
- flatMap(Lang.Function<? super T, Lang.Option<B>>) - Method in class org.osgl.Lang.Option.f
-
Returns a function that when applied, run Option#flatMap(Function)
on this Option
- flatMap(Lang.Function<? super T, Lang.Option<B>>) - Method in class org.osgl.Lang.Option
-
If a value is present, apply the provided
Option
-bearing mapping function to it, return that result, otherwise return
Lang.NONE
.
- flatMap(Lang.Function<? super T, ? extends Iterable<? extends R>>) - Method in class org.osgl.Lang.Var
-
- flatMap(Lang.Function<? super T, ? extends Iterable<? extends R>>) - Method in interface org.osgl.util.C.List
-
Returns a traversable consisting of the results of replacing each element of this stream with the contents of the iterable produced by applying the provided mapping function to each element.
- flatMap(Lang.Function<? super T, ? extends Iterable<? extends R>>) - Method in interface org.osgl.util.C.ReversibleSequence
-
Returns a traversable consisting of the results of replacing each element of this stream with the contents of the iterable produced by applying the provided mapping function to each element.
- flatMap(Lang.Function<? super T, ? extends Iterable<? extends R>>) - Method in interface org.osgl.util.C.Sequence
-
Returns a traversable consisting of the results of replacing each element of this stream with the contents of the iterable produced by applying the provided mapping function to each element.
- flatMap(Lang.Function<? super T, ? extends Iterable<? extends R>>) - Method in interface org.osgl.util.C.Traversable
-
Returns a traversable consisting of the results of replacing each element of this stream with the contents of the iterable produced by applying the provided mapping function to each element.
- flatMap(Iterator<? extends T>, Lang.Function<? super T, ? extends Iterable<? extends R>>) - Static method in enum org.osgl.util.Iterators
-
- flatMap(Lang.Function<? super T, ? extends Iterable<? extends R>>) - Method in class org.osgl.util.ListBase
-
- flatMap(Lang.Function<? super T, ? extends Iterable<? extends R>>) - Method in class org.osgl.util.SequenceBase
-
- flatMap(Lang.Function<? super T, ? extends Iterable<? extends R>>) - Method in class org.osgl.util.SetBase
-
- flatMap(Lang.Function<? super Character, ? extends Iterable<? extends R>>) - Method in class org.osgl.util.StrBase
-
- flatMap(Lang.Function<? super T, ? extends Iterable<? extends R>>) - Method in class org.osgl.util.TraversableBase
-
- flip() - Method in class org.osgl.util.Img._Load
-
- flip(Img.Direction) - Method in class org.osgl.util.Img._Load
-
- flip(Lang.Func0<BufferedImage>) - Static method in enum org.osgl.util.Img
-
- flipVertial() - Method in class org.osgl.util.Img._Load
-
- floatValue() - Method in class org.osgl.util.N.Num
-
- floatValue() - Method in class org.osgl.util.ValueObject
-
- floor(double) - Static method in class org.osgl.util.N
-
- floor() - Method in class org.osgl.util.N.Num
-
- flush() - Method in class org.osgl.util.BufferedOutput
-
- flush(Flushable) - Static method in class org.osgl.util.IO
-
- flush(ObjectOutput) - Static method in class org.osgl.util.IO
-
- flush(ImageInputStream) - Static method in class org.osgl.util.IO
-
- flush() - Method in interface org.osgl.util.Output
-
Flushes the output.
- flush() - Method in class org.osgl.util.OutputStreamOutput
-
- flush() - Method in class org.osgl.util.S.Buffer
-
- flush() - Method in class org.osgl.util.WriterOutput
-
- flush() - Method in class org.osgl.util.WriterOutputStream
-
Flush the stream.
- fmt(String, Object...) - Static method in class org.osgl.Lang
-
- fmt(String) - Static method in class org.osgl.util.S
-
- fmt(String, Object...) - Static method in class org.osgl.util.S
-
- font(Font) - Method in class org.osgl.util.Img.WaterMarker.Stage
-
- forEach(Lang.Visitor<? super T>) - Method in class org.osgl.Lang.Var
-
- forEach(Iterable<? extends T>, Lang.Visitor<? super T>) - Static method in class org.osgl.util.C
-
Run visitor function on each element supplied by the iterable.
- forEach(Iterator<? extends T>, Lang.Visitor<? super T>) - Static method in class org.osgl.util.C
-
Run visitor function on each element supplied by the iterator.
- forEach(Map<K, V>, Lang.IndexedVisitor<? super K, ? super V>) - Static method in class org.osgl.util.C
-
Run indexedVisitor function on all key/value pair in a given map.
- forEach(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.List
-
- forEach(Lang.IndexedVisitor<Integer, ? super T>) - Method in interface org.osgl.util.C.List
-
Alias of #accept(Osgl.Visitor)
- forEach(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.ListOrSet
-
- forEach(Lang.IndexedVisitor<? super K, ? super V>) - Method in class org.osgl.util.C.Map
-
Loop through this map on each key/value pair, apply them to the function specified
- forEach(Lang.Visitor<? super ELEMENT>) - Method in interface org.osgl.util.C.Range
-
- forEach(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.ReversibleSequence
-
- forEach(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.Sequence
-
- forEach(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.Set
-
- forEach(Lang.Visitor<? super T>) - Method in interface org.osgl.util.C.Traversable
-
Alias of #accept(Osgl.Visitor)
- forEach(Lang.Visitor<? super ELEMENT>) - Method in class org.osgl.util.LazyRange
-
- forEach(Lang.Visitor<? super T>) - Method in class org.osgl.util.ListBase
-
- forEach(Lang.IndexedVisitor<Integer, ? super T>) - Method in class org.osgl.util.ListBase
-
- forEach(Lang.Visitor<? super T>) - Method in class org.osgl.util.SequenceBase
-
- forEach(Lang.Visitor<? super T>) - Method in class org.osgl.util.SetBase
-
Sub class could override this method to implement iterating in parallel.
- forEach(Lang.Visitor<? super T>) - Method in class org.osgl.util.TraversableBase
-
Iterate through this traversal and apply the visitor function specified to each element iterated
- forEachIterable(Lang.Visitor<? super T>) - Static method in enum org.osgl.util.C.F
-
Returns a function that apply the visitor function specified on the argument (iterable)
- forEachLeft(Lang.Visitor<? super T>) - Method in class org.osgl.Lang.Var
-
- forEachLeft(Lang.IndexedVisitor<Integer, ? super T>) - Method in class org.osgl.Lang.Var
-
- forEachLeft(Lang.Visitor<? super T>) - Method in class org.osgl.util.ListBase
-
- forEachLeft(Lang.IndexedVisitor<Integer, ? super T>) - Method in class org.osgl.util.ListBase
-
- forEachLeft(Lang.Visitor<? super T>) - Method in class org.osgl.util.SequenceBase
-
- forEachRight(Lang.Visitor<? super T>) - Method in class org.osgl.Lang.Var
-
- forEachRight(Lang.IndexedVisitor<Integer, ? super T>) - Method in class org.osgl.Lang.Var
-
- forEachRight(Lang.Visitor<? super T>) - Method in class org.osgl.util.ListBase
-
- forEachRight(Lang.IndexedVisitor<Integer, ? super T>) - Method in class org.osgl.util.ListBase
-
- forFiveTimes() - Method in class org.osgl.util.S._CharRepeater
-
- forFiveTimes() - Method in class org.osgl.util.S._StringRepeater
-
- forFourTimes() - Method in class org.osgl.util.S._CharRepeater
-
- forFourTimes() - Method in class org.osgl.util.S._StringRepeater
-
- forOneTime() - Method in class org.osgl.util.S._CharRepeater
-
- forOneTime() - Method in class org.osgl.util.S._StringRepeater
-
- forth() - Method in class org.osgl.Lang.Quadruple
-
- forth() - Method in class org.osgl.Lang.Quintuple
-
- forThreeTimes() - Method in class org.osgl.util.S._CharRepeater
-
- forThreeTimes() - Method in class org.osgl.util.S._StringRepeater
-
- forTimes(int) - Method in class org.osgl.util.S._CharRepeater
-
- forTimes(int) - Method in class org.osgl.util.S._StringRepeater
-
- forTwoTimes() - Method in class org.osgl.util.S._CharRepeater
-
- forTwoTimes() - Method in class org.osgl.util.S._StringRepeater
-
- forward() - Method in interface org.osgl.util.C.List.Cursor
-
Move the cursor forward to make it point to the next element to the current element
- from() - Method in interface org.osgl.util.C.Range
-
Returns the from
value (inclusive) in the range
- from() - Method in class org.osgl.util.LazyRange
-
- fromType - Variable in class org.osgl.Lang.TypeConverter
-
- g - Variable in class org.osgl.util.Img.Processor
-
The graphics
- g() - Method in class org.osgl.util.Img.Processor
-
- generalPredicate(Lang.Visitor<? super T>) - Static method in class org.osgl.Lang
-
Convert a general
Function<T, ?>
typed function to
Predicate<T>
function.
- generateHashCode() - Method in class org.osgl.util.TraversableBase
-
Sub class can override this method to provide more efficient algorithm to generate hash code.
- Generics - Class in org.osgl.util
-
Provides utilities for generic relevant operations
- Generics() - Constructor for class org.osgl.util.Generics
-
- genericTargetType() - Method in class org.osgl.util.StringValueResolver
-
- genRandomDigits(int) - Static method in enum org.osgl.util.Crypto
-
Generate random digital string with the size specified.
- genRandomDigits() - Static method in enum org.osgl.util.Crypto
-
Generate random digital string of random size range from 4 to 12 inclusive
- genRandomStr(int) - Static method in enum org.osgl.util.Crypto
-
Generate random String with readable characters.
- genRandomStr() - Static method in enum org.osgl.util.Crypto
-
Generate random string with random length from 4 to 12 inclusive
- genSecret(int) - Static method in enum org.osgl.util.Crypto
-
Generate a secret string from random byte array
- genSecret() - Static method in enum org.osgl.util.Crypto
-
Generate secret string using 4 bytes
- get(String) - Method in interface org.osgl.cache.CacheService
-
Return an item from the cache service by key
- get() - Method in interface org.osgl.concurrent.ContextLocal
-
Returns the value in the current context’s copy of this context-local variable.
- get() - Method in class org.osgl.concurrent.JDKThreadLocal
-
- get() - Method in exception org.osgl.Lang.Break
-
Return the payload
- get() - Method in class org.osgl.Lang.IndexedVisitor
-
- get(String) - Method in class org.osgl.Lang.IndexedVisitor
-
- get() - Method in class org.osgl.Lang.None
-
- GET - Variable in class org.osgl.Lang.Option.f
-
A function that when applied, returns the value described by this Option
- get() - Method in class org.osgl.Lang.Option
-
If a value is present in this Option
, returns the value, otherwise throws NoSuchElementException.
- get() - Method in class org.osgl.Lang.Producer
-
- get() - Method in class org.osgl.Lang.Provider
-
Get the element
- get() - Method in class org.osgl.Lang.Some
-
- get(int) - Method in class org.osgl.Lang.Var
-
- get() - Method in class org.osgl.Lang.Var
-
- get(int) - Method in class org.osgl.util.C.Array
-
- get() - Method in interface org.osgl.util.C.List.Cursor
-
Returns the element this cursor points to.
- get(Object) - Method in class org.osgl.util.C.Map
-
- get(int) - Method in class org.osgl.util.CompositeList
-
- get() - Method in class org.osgl.util.Const
-
Returns the object stored in this Val
- get(Class<FROM>, Class<TO>) - Method in class org.osgl.util.converter.TypeConverterRegistry
-
- get() - Method in class org.osgl.util.Img._Load
-
- get() - Method in class org.osgl.util.Img.ProcessorStage
-
- get(int) - Method in class org.osgl.util.IntRange
-
- get(int) - Method in class org.osgl.util.ListBuilder
-
- get(Object, Object) - Method in class org.osgl.util.ListPropertyGetter
-
- get(Object, Object) - Method in class org.osgl.util.MapPropertyGetter
-
- get() - Method in class org.osgl.util.N.Num
-
- get() - Static method in enum org.osgl.util.OS
-
- get(Object, Object) - Method in interface org.osgl.util.PropertyGetter
-
Get the property value from an entity
- get(Object, Object) - Method in class org.osgl.util.ReflectionPropertyGetter
-
- get() - Method in class org.osgl.util.S._IterableJoiner
-
- get(int) - Method in class org.osgl.util.S.Buffer
-
- get(int) - Method in class org.osgl.util.StrBase
-
- getAnnotation(Class<T>) - Method in interface org.osgl.util.AnnotationAware
-
- getBoolean() - Method in class org.osgl.Lang.IndexedVisitor
-
- getBrowser() - Method in class org.osgl.web.util.UserAgent
-
- getByte() - Method in class org.osgl.Lang.IndexedVisitor
-
- getBytes() - Method in class org.osgl.util.FastStr
-
- getBytes(String) - Method in class org.osgl.util.FastStr
-
- getBytes(Charset) - Method in class org.osgl.util.FastStr
-
- getBytes() - Method in class org.osgl.util.Str
-
- getBytes(String) - Method in class org.osgl.util.Str
-
- getBytes(Charset) - Method in class org.osgl.util.Str
-
- getBytes() - Method in class org.osgl.util.StrBase
-
Encodes this str into a sequence of bytes using the platform’s default charset, storing the result into a new byte array.
- getBytes(Charset) - Method in class org.osgl.util.StrBase
-
Encodes this str into a sequence of bytes using the given
charset, storing the result into a new byte array.
- getBytes(String) - Method in class org.osgl.util.StrBase
-
Encodes this str into a sequence of bytes using the named charset, storing the result into a new byte array.
- getBytesAscII() - Method in class org.osgl.util.FastStr
-
- getBytesAscII() - Method in class org.osgl.util.Str
-
- getBytesAscII() - Method in class org.osgl.util.StrBase
-
Returns byte array of string composed of only ascii chars
- getBytesUTF8() - Method in class org.osgl.util.FastStr
-
- getBytesUTF8() - Method in class org.osgl.util.Str
-
- getBytesUTF8() - Method in class org.osgl.util.StrBase
-
Returns byte array of string composed of UTF-8 chars
- getChar() - Method in class org.osgl.Lang.IndexedVisitor
-
- getChars(int, int, char[], int) - Method in class org.osgl.util.FastStr
-
- getChars(int, int, char[], int) - Method in class org.osgl.util.S.Buffer
-
Characters are copied from this sequence into the destination character array dst
.
- getChars(int, int, char[], int) - Method in class org.osgl.util.Str
-
- getChars(int, int, char[], int) - Method in class org.osgl.util.StrBase
-
Copy part of the char sequence into another array
- getCommonSep() - Static method in class org.osgl.util.S
-
- getDevice() - Method in class org.osgl.web.util.UserAgent
-
- getDouble() - Method in class org.osgl.Lang.IndexedVisitor
-
- getFieldValue(Object, Field) - Static method in class org.osgl.Lang
-
Get value of an object field.
- getFloat() - Method in class org.osgl.Lang.IndexedVisitor
-
- getInt() - Method in class org.osgl.Lang.IndexedVisitor
-
- getKey() - Method in class org.osgl.util.C.Map.Entry
-
- getLong() - Method in class org.osgl.Lang.IndexedVisitor
-
- getMethod(Class, String, Object...) - Static method in class org.osgl.Lang
-
Returns
Method
by name and parameter value
- getMethod(Class, String, Class...) - Static method in class org.osgl.Lang
-
Returns
Method
by name and argument type
- getOS() - Method in class org.osgl.web.util.UserAgent
-
- getProperty(Object, String) - Static method in class org.osgl.Lang
-
- getProperty(CacheService, Object, String) - Static method in class org.osgl.Lang
-
- getStr() - Method in class org.osgl.Lang.IndexedVisitor
-
- getStringBufferRententionLimit() - Static method in class org.osgl.OsglConfig
-
- getStringBufferRententionLimit() - Static method in class org.osgl.util.UtilConfig
-
- getValue() - Method in class org.osgl.util.C.Map.Entry
-
- getValue(String) - Method in interface org.osgl.util.KV
-
Returns a decoded value by key
- getValue(String) - Method in class org.osgl.util.KVStore
-
- GIF_MIME_TYPE - Static variable in enum org.osgl.util.Img
-
- given(T) - Static method in class org.osgl.Lang
-
- given(Object) - Static method in class org.osgl.util.S
-
- given(String) - Static method in class org.osgl.util.S
-
- GREATER_THAN - Static variable in enum org.osgl.Lang.F
-
A function that apply to two parameters then return true
if the first parameter is greater than the second one.
- GREATER_THAN_OR_EQUAL_TO - Static variable in enum org.osgl.Lang.F
-
A function that apply to two parameters then return true
if the first parameter is greater than or equal to the second one.
- greaterThan(T) - Static method in enum org.osgl.Lang.F
-
- greaterThan() - Static method in enum org.osgl.Lang.F
-
- greaterThan(Comparator<? super T>) - Static method in enum org.osgl.Lang.F
-
- greaterThan(Lang.Func2<? super T, ? super T, Integer>) - Static method in enum org.osgl.Lang.F
-
- greaterThan(int) - Method in class org.osgl.util.N._IntRequire
-
- greaterThan(int) - Static method in class org.osgl.util.N.F
-
- greaterThanOrEqualsTo(T) - Static method in enum org.osgl.Lang.F
-
- greaterThanOrEqualsTo() - Static method in enum org.osgl.Lang.F
-
- greaterThanOrEqualsTo(Comparator<? super T>) - Static method in enum org.osgl.Lang.F
-
- greaterThanOrEqualsTo(Lang.Func2<? super T, ? super T, Integer>) - Static method in enum org.osgl.Lang.F
-
- greaterThanOrEqualsTo(int) - Static method in class org.osgl.util.N.F
-
- greaterThanOrEqualTo(int) - Method in class org.osgl.util.N._IntRequire
-
- gt(T) - Static method in enum org.osgl.Lang.F
-
Returns a function that apply to one parameter and compare it with the value v
specified, returns true
if the parameter applied is greater than v
- gt() - Static method in enum org.osgl.Lang.F
-
Returns a function that check if a value is less than another one.
- gt(Comparator<? super T>) - Static method in enum org.osgl.Lang.F
-
Returns a function that check if a value is less than another one using the
Comparator
specified
- gt(Lang.Func2<? super T, ? super T, Integer>) - Static method in enum org.osgl.Lang.F
-
Returns a function that check if a value is less than another one using the
Comparator
specified
- gt(int) - Method in class org.osgl.util.N._IntRequire
-
- gt(int) - Static method in class org.osgl.util.N.F
-
- gt(Number, Number) - Static method in class org.osgl.util.N
-
- gt(Number) - Method in class org.osgl.util.N.Num
-
- gt(N.Type) - Method in enum org.osgl.util.N.Type
-
- gte(T) - Static method in enum org.osgl.Lang.F
-
Returns a function that apply to one parameter and compare it with the value v
specified, returns true
if the parameter applied is greater than or equals to v
- gte() - Static method in enum org.osgl.Lang.F
-
Returns a function that check if a value is greater than or equals to another one.
- gte(Comparator<? super T>) - Static method in enum org.osgl.Lang.F
-
Returns a function that check if a value is greater than or equals to another one using the
Comparator
specified
- gte(Lang.Func2<? super T, ? super T, Integer>) - Static method in enum org.osgl.Lang.F
-
Returns a function that check if a value is greater than or equals to another one using the
Comparator
specified
- gte(int) - Method in class org.osgl.util.N._IntRequire
-
- gte(int) - Static method in class org.osgl.util.N.F
-
- guardedVisitor(Lang.Function<? super T, Boolean>, Lang.Visitor<? super T>) - Static method in class org.osgl.Lang
-
Return a composed visitor function that only applies when the guard predicate test returns true