| Package | Description |
|---|---|
| org.osgl | |
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Lang.Pair<LEFT,RIGHT>
Alias of
Lang.Binary |
static class |
Lang.T2<A,B>
Alias of
Lang.Pair |
| Modifier and Type | Method and Description |
|---|---|
static <P1,P2> Lang.Binary<P1,P2> |
Lang.Tuple(P1 a,
P2 b) |
| Modifier and Type | Method and Description |
|---|---|
<E> C.List<? extends Lang.Binary<T,E>> |
Lang.Var.zip(Iterable<E> iterable) |
<B> C.List<Lang.Binary<T,B>> |
Lang.Var.zip(List<B> list) |
C.Sequence<Lang.Binary<T,Integer>> |
Lang.Var.zipWithIndex() |
| Modifier and Type | Class and Description |
|---|---|
static class |
C.Map.Entry<K,V> |
class |
KeyPair |
static class |
N.Coordinate2D |
static class |
N.Dimension |
static class |
N.Pair |
static class |
N.WH |
static class |
N.XY |
static class |
S.Binary |
static class |
S.Pair |
static class |
S.T2 |
| Modifier and Type | Method and Description |
|---|---|
C.Set<Lang.Binary<K,V>> |
C.Map.zip() |
<T2> C.ReversibleSequence<Lang.Binary<T,T2>> |
C.ReversibleSequence.zip(C.ReversibleSequence<T2> rseq) |
<T2> C.ReversibleSequence<Lang.Binary<T,T2>> |
ListBase.zip(C.ReversibleSequence<T2> rseq) |
<T2> C.Sequence<? extends Lang.Binary<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<? extends Lang.Binary<T,T2>> |
ListBase.zip(Iterable<T2> iterable) |
<T2> C.Sequence<Lang.Binary<T,T2>> |
SequenceBase.zip(Iterable<T2> iterable) |
<T2> C.List<Lang.Binary<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<Lang.Binary<T,T2>> |
ListBase.zip(List<T2> list) |
<T2> C.ReversibleSequence<Lang.Binary<T,T2>> |
C.ReversibleSequence.zipAll(C.ReversibleSequence<T2> rseq,
T def1,
T2 def2) |
<T2> C.ReversibleSequence<Lang.Binary<T,T2>> |
ListBase.zipAll(C.ReversibleSequence<T2> rseq,
T def1,
T2 def2) |
<T2> C.Sequence<? extends Lang.Binary<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<? extends Lang.Binary<T,T2>> |
ListBase.zipAll(Iterable<T2> iterable,
T def1,
T2 def2) |
<T2> C.Sequence<Lang.Binary<T,T2>> |
SequenceBase.zipAll(Iterable<T2> iterable,
T def1,
T2 def2) |
<T2> C.List<Lang.Binary<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<Lang.Binary<T,T2>> |
ListBase.zipAll(List<T2> list,
T def1,
T2 def2) |
C.Sequence<? extends Lang.Binary<T,Integer>> |
C.Sequence.zipWithIndex()
Zip this sequence with its indices
|
C.Sequence<Lang.Binary<T,Integer>> |
C.List.zipWithIndex()
Zip this sequence with its indices
|
C.Sequence<Lang.Binary<T,Integer>> |
ListBase.zipWithIndex() |
C.Sequence<Lang.Binary<T,Integer>> |
SequenceBase.zipWithIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
ZippedListIterator.add(Lang.Binary<A,B> abt2) |
void |
ZippedListIterator.set(Lang.Binary<A,B> abt2) |
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.