| Package | Description |
|---|---|
| org.osgl | |
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Osgl.T2<A,B> |
Osgl.T2(A a,
B b) |
| Modifier and Type | Method and Description |
|---|---|
<E> C.List<Osgl.T2<T,E>> |
Osgl.Var.zip(Iterable<E> iterable) |
<B> C.List<Osgl.T2<T,B>> |
Osgl.Var.zip(List<B> list) |
C.Sequence<Osgl.T2<T,Integer>> |
Osgl.Var.zipWithIndex() |
| Modifier and Type | Class and Description |
|---|---|
static class |
C.Map.Entry<K,V> |
| Modifier and Type | Method and Description |
|---|---|
Osgl.T2<A,B> |
ZippedListIterator.next() |
Osgl.T2<A,B> |
ZippedListIterator.previous() |
Osgl.T2<C.List<T>,C.List<T>> |
C.List.split(Osgl.Function<? super T,Boolean> predicate)
Split this list into two list based on the predicate specified.
|
Osgl.T2<C.List<T>,C.List<T>> |
ListBase.split(Osgl.Function<? super T,Boolean> predicate) |
| Modifier and Type | Method and Description |
|---|---|
<T2> C.ReversibleSequence<Osgl.T2<T,T2>> |
C.ReversibleSequence.zip(C.ReversibleSequence<T2> rseq) |
<T2> C.ReversibleSequence<Osgl.T2<T,T2>> |
ListBase.zip(C.ReversibleSequence<T2> rseq) |
<T2> C.Sequence<Osgl.T2<T,T2>> |
C.Sequence.zip(Iterable<T2> iterable)
Returns a sequence formed from this sequence and another iterable
collection by combining corresponding elements in pairs.
|
<T2> C.Sequence<Osgl.T2<T,T2>> |
ListBase.zip(Iterable<T2> iterable) |
<T2> C.Sequence<Osgl.T2<T,T2>> |
SequenceBase.zip(Iterable<T2> iterable) |
<T2> C.List<Osgl.T2<T,T2>> |
C.List.zip(List<T2> list)
Returns a list formed from this list and another iterable
collection by combining corresponding elements in pairs.
|
<T2> C.List<Osgl.T2<T,T2>> |
ListBase.zip(List<T2> list) |
<T2> C.ReversibleSequence<Osgl.T2<T,T2>> |
C.ReversibleSequence.zipAll(C.ReversibleSequence<T2> rseq,
T def1,
T2 def2) |
<T2> C.ReversibleSequence<Osgl.T2<T,T2>> |
ListBase.zipAll(C.ReversibleSequence<T2> rseq,
T def1,
T2 def2) |
<T2> C.Sequence<Osgl.T2<T,T2>> |
C.Sequence.zipAll(Iterable<T2> iterable,
T def1,
T2 def2)
Returns a sequence formed from this sequence and another iterable
collection by combining corresponding elements in pairs.
|
<T2> C.Sequence<Osgl.T2<T,T2>> |
ListBase.zipAll(Iterable<T2> iterable,
T def1,
T2 def2) |
<T2> C.Sequence<Osgl.T2<T,T2>> |
SequenceBase.zipAll(Iterable<T2> iterable,
T def1,
T2 def2) |
<T2> C.List<Osgl.T2<T,T2>> |
C.List.zipAll(List<T2> list,
T def1,
T2 def2)
Returns a list formed from this list and another iterable
collection by combining corresponding elements in pairs.
|
<T2> C.List<Osgl.T2<T,T2>> |
ListBase.zipAll(List<T2> list,
T def1,
T2 def2) |
C.Sequence<Osgl.T2<T,Integer>> |
C.Sequence.zipWithIndex()
Zip this sequence with its indices
|
C.Sequence<Osgl.T2<T,Integer>> |
C.List.zipWithIndex()
Zip this sequence with its indices
|
C.Sequence<Osgl.T2<T,Integer>> |
ListBase.zipWithIndex() |
C.Sequence<Osgl.T2<T,Integer>> |
SequenceBase.zipWithIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
ZippedListIterator.add(Osgl.T2<A,B> abt2) |
void |
ZippedListIterator.set(Osgl.T2<A,B> abt2) |
Copyright © 2017. All Rights Reserved.