| Package | Description |
|---|---|
| org.boon | |
| org.boon.collections |
| Modifier and Type | Method and Description |
|---|---|
static LongList |
Lists.toLongList(List<?> inputList,
String propertyPath) |
| Modifier and Type | Method and Description |
|---|---|
LongList |
LongList.add(long integer)
Add a new value to the list but don't employ a wrapper.
|
static LongList |
LongList.toLongList(Collection<?> inputList,
String propertyPath)
Creates a primitive list based on an input list and a property path
|
Copyright © 2016. All Rights Reserved.