public interface IntArrayPacker<E>
| Modifier and Type | Field and Description |
|---|---|
static IntArrayPacker<Integer> |
INTEGER |
static IntArrayPacker<LocalDate> |
LOCAL_DATE |
| Modifier and Type | Method and Description |
|---|---|
int |
pack(E value) |
static int |
packDate(int year,
int month,
int day) |
E |
unpack(int packed) |
static final IntArrayPacker<Integer> INTEGER
static final IntArrayPacker<LocalDate> LOCAL_DATE
Copyright © 2019. All rights reserved.