| Constructor and Description |
|---|
DenseValueSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
addType(int pos,
Class<? extends Value> type) |
boolean |
equals(Object obj) |
int |
getNumFields() |
Class<? extends Value> |
getType(int field) |
int |
hashCode() |
Iterator<Map.Entry<Integer,Class<? extends Value>>> |
iterator() |
void |
setNumFields(int numFields) |
String |
toString() |
getNumConnectionsThatContributed, increaseNumConnectionsThatContributedclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void addType(int pos,
Class<? extends Value> type)
throws ConflictingFieldTypeInfoException
addType in class AbstractSchema<Class<? extends Value>>ConflictingFieldTypeInfoExceptionpublic Class<? extends Value> getType(int field)
getType in class AbstractSchema<Class<? extends Value>>public int getNumFields()
public void setNumFields(int numFields)
Copyright © 2014 The Apache Software Foundation. All rights reserved.