public class FieldNameSet extends HashSet<org.dmg.pmml.FieldName> implements SymbolTable<org.dmg.pmml.FieldName>
| Constructor and Description |
|---|
FieldNameSet() |
FieldNameSet(FieldNameSet parent) |
FieldNameSet(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
FieldNameSet |
fork() |
int |
getCapacity() |
void |
lock(org.dmg.pmml.FieldName name) |
void |
release(org.dmg.pmml.FieldName name) |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic FieldNameSet()
public FieldNameSet(int capacity)
public FieldNameSet(FieldNameSet parent)
public FieldNameSet fork()
fork in interface SymbolTable<org.dmg.pmml.FieldName>public void lock(org.dmg.pmml.FieldName name)
lock in interface SymbolTable<org.dmg.pmml.FieldName>public void release(org.dmg.pmml.FieldName name)
release in interface SymbolTable<org.dmg.pmml.FieldName>public int getCapacity()
Copyright © 2020. All rights reserved.