Package | Description |
---|---|
io.vavr.collection |
Purely functional collections based on Traversable.
|
Modifier and Type | Method and Description |
---|---|
static BitSet.Builder<Byte> |
BitSet.withBytes() |
static BitSet.Builder<Character> |
BitSet.withCharacters() |
static <T extends Enum<T>> |
BitSet.withEnum(Class<T> enumClass) |
static BitSet.Builder<Long> |
BitSet.withLongs() |
static <T> BitSet.Builder<T> |
BitSet.withRelations(Function1<Integer,T> fromInt,
Function1<T,Integer> toInt) |
static BitSet.Builder<Short> |
BitSet.withShorts() |
Copyright © 2021. All Rights Reserved.