public class _BitSetKt
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
forEach(java.util.BitSet $receiver,
kotlin.jvm.functions.Function1<? super java.lang.Integer,kotlin.Unit> action)
Performs the given operation on each element of this
class SetBitIterator. |
static SetBitIterator |
iterator(java.util.BitSet $receiver)
获得比特集的迭代器
|
static <R> java.util.List<R> |
map(java.util.BitSet $receiver,
kotlin.jvm.functions.Function1<? super java.lang.Integer,? extends R> transform)
Returns a list containing the results of applying the given transform function
to each element in the original collection.
|
public static SetBitIterator iterator(java.util.BitSet $receiver)
获得比特集的迭代器
public static void forEach(java.util.BitSet $receiver,
kotlin.jvm.functions.Function1<? super java.lang.Integer,kotlin.Unit> action)
Performs the given operation on each element of this class SetBitIterator.
Unresolved: samples.collections.Iterators.forEachIterator
class SetBitIteratorpublic static <R> java.util.List<R> map(java.util.BitSet $receiver,
kotlin.jvm.functions.Function1<? super java.lang.Integer,? extends R> transform)
Returns a list containing the results of applying the given transform function to each element in the original collection.