| Package | Description |
|---|---|
| at.mukprojects.exclycore.dao | |
| at.mukprojects.exclycore.model |
| Modifier and Type | Method and Description |
|---|---|
ExclyLong |
XLSXReader.readLongCellValue(org.apache.poi.ss.usermodel.Cell cell)
Tries to read the value of the given cell.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExclyLongBlank
This class represents an ExclyLongBlank data type.
|
class |
ExclyLongError
This class represents an ExclyLongError data type.
|
| Modifier and Type | Method and Description |
|---|---|
static ExclyLong |
ExclyLong.add(ExclyLong... values)
Adds multiple ExclyLong together.
|
static ExclyLong |
ExclyLong.sub(ExclyLong... values)
Subtracts multiple ExclyLong from the first input.
|
| Modifier and Type | Method and Description |
|---|---|
static ExclyLong |
ExclyLong.add(ExclyLong... values)
Adds multiple ExclyLong together.
|
int |
ExclyLong.compareTo(ExclyLong other) |
static ExclyLong |
ExclyLong.sub(ExclyLong... values)
Subtracts multiple ExclyLong from the first input.
|
Copyright © 2016 MuK Projects. All rights reserved.