ByteItem, Entity, EntityListAbstractArray, AbstractList, AnnotationSet, AssociationSet, AttributeSet, BitEntity, BitValue, BooleanList, BufferedBuffer, ByteBuffer, ByteEntity, ByteList, CharacterBuffer, CharacterReader, ClassModel, ClazzSet, ConditionSet, DateTypeSet, DERBuffer, Event, ExcelCell, ExcelSheet, ExcelWorkBook, FeatureSet, GraphList, GraphModel, GraphSimpleSet, GUIEvent, HTMLEntity, IdFilterElements, IdMap, JsonArray, JsonArrayLazy, JsonObject, JsonObjectLazy, Manifest, MapEntity, MapEntry, MethodSet, ModelSet, ModifierSet, NumberList, ObjectMapEntry, ObjectSet, ParameterSet, PomFile, PropertyList, SimpleEntity, SimpleKeyValueList, SimpleList, SimpleMapEntry, SimpleSet, SoapObject, SocketMessage, SortedList, SortedSet, SQLStatementList, SQLTable, StringEntity, StringList, TableList, TemplateResultFile, TemplateResultModel, TextEntity, TextItems, TokenBuffer, XMLContainer, XMLEntity, XMLStyledEntity, XSDEntity, YamlEntity, YamlItempublic interface BaseItem
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
CLASS |
The Constant CLASS.
|
static java.lang.String |
CRLF |
|
static java.lang.String |
ENCODING |
Standard Encoding
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
add(java.lang.Object... values) |
Add Elements to List or KeyValue
if param Modulo 2 the Params can be Key,Value
or add all Values to List
|
BaseItem |
getNewList(boolean keyValue) |
|
int |
size() |
Get the Size of Elements
|
java.lang.String |
toString() |
Convert Element to String
|
java.lang.String |
toString(Converter converter) |
Convert Element to String
|
static final java.lang.String ENCODING
static final java.lang.String CRLF
static final java.lang.String CLASS
java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toString(Converter converter)
converter - Converter for Formatboolean add(java.lang.Object... values)
values - Items to Add to ListBaseItem getNewList(boolean keyValue)
int size()