public static class AbstractInheritance.FragmentIterable extends Object implements IndexableIterable<InheritanceFragment>
| Constructor and Description |
|---|
FragmentIterable(InheritanceFragment[] array) |
FragmentIterable(InheritanceFragment[] array,
int firstIndex,
int lastIndex) |
| Modifier and Type | Method and Description |
|---|---|
InheritanceFragment |
get(int index) |
Iterator<InheritanceFragment> |
iterator() |
int |
size() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic FragmentIterable(InheritanceFragment[] array)
public FragmentIterable(InheritanceFragment[] array, int firstIndex, int lastIndex)
public InheritanceFragment get(int index)
get in interface IndexableIterable<InheritanceFragment>public Iterator<InheritanceFragment> iterator()
iterator in interface Iterable<InheritanceFragment>public int size()
size in interface IndexableIterable<InheritanceFragment>Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.