public interface IDefinitionSet
It's really more of a List than a Set because it is indexable.
Modifier and Type | Method and Description |
---|---|
IDefinition |
getDefinition(int i)
Gets a definition in this set, by index.
|
int |
getMaxSize() |
int |
getSize() |
boolean |
isEmpty()
Determines if this definition set is empty.
|
boolean isEmpty()
true
if the definition set is empty.int getSize()
int getMaxSize()
IDefinition getDefinition(int i)
i
- The index of the definition.IDefinition
for the definition.Copyright © 2016 The Apache Software Foundation. All rights reserved.