Modifier and Type | Method and Description |
---|---|
ISetIterator |
Set_ReadOnly.iterator() |
ISetIterator |
StdSet.iterator() |
ISetIterator |
ISet.iterator()
Use the following loop to iterate over this set without autoboxing.
|
ISetIterator |
Set_ReadOnly.newIterator() |
ISetIterator |
StdSet.newIterator() |
ISetIterator |
ISet.newIterator()
Creates a new iterator object, for nested loops only.
|
Modifier and Type | Method and Description |
---|---|
ISetIterator |
Set_Std_BitSet.iterator() |
ISetIterator |
Set_BitSet.iterator() |
ISetIterator |
Set_Std_BitSet.newIterator() |
ISetIterator |
Set_BitSet.newIterator() |
Modifier and Type | Field and Description |
---|---|
protected ISetIterator |
Set_FixedArray.iter |
Modifier and Type | Method and Description |
---|---|
ISetIterator |
Set_FixedArray.iterator() |
ISetIterator |
Set_CstInterval.iterator() |
ISetIterator |
Set_FixedArray.newIterator() |
ISetIterator |
Set_CstInterval.newIterator() |
Modifier and Type | Method and Description |
---|---|
ISetIterator |
IntIterableRangeSet.iterator() |
ISetIterator |
IntIterableRangeSet.newIterator() |
Modifier and Type | Method and Description |
---|---|
ISetIterator |
Set_LinkedList.iterator() |
ISetIterator |
Set_LinkedList.newIterator() |
Modifier and Type | Method and Description |
---|---|
ISetIterator |
Set_Std_Swap2.iterator() |
ISetIterator |
Set_Swap.iterator() |
ISetIterator |
Set_Swap2.iterator() |
ISetIterator |
Set_Std_Swap2.newIterator() |
ISetIterator |
Set_Swap.newIterator() |
ISetIterator |
Set_Swap2.newIterator() |
Copyright © 2018. All rights reserved.