public class Index
extends java.lang.Object
| Constructor and Description |
|---|
Index() |
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.CharSequence> |
calcSize(T chars) |
<T extends java.util.Collection<?>> |
calcSize(T collection) |
<T> void |
calcSize(T[] array) |
int |
getIndex() |
int |
getSize() |
java.lang.String |
getType() |
boolean |
isNull() |
void |
setIndex(int index) |
public void setIndex(int index)
public <T> void calcSize(T[] array)
public <T extends java.util.Collection<?>> void calcSize(T collection)
public <T extends java.lang.CharSequence> void calcSize(T chars)
public int getSize()
public int getIndex()
public java.lang.String getType()
public boolean isNull()
Copyright © 2018. All rights reserved.