private static final class SchemaObjectSorter.SchemaObjectIterable<T extends SchemaObject> extends Object implements Iterable<T>
| Modifier and Type | Field and Description |
|---|---|
private SchemaObjectSorter.ReferenceCallback<T> |
callback |
private List<T> |
schemaObjects |
| Modifier | Constructor and Description |
|---|---|
private |
SchemaObjectIterable(List<T> schemaObjects,
SchemaObjectSorter.ReferenceCallback<T> callback) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprivate final List<T extends SchemaObject> schemaObjects
private final SchemaObjectSorter.ReferenceCallback<T extends SchemaObject> callback
private SchemaObjectIterable(List<T> schemaObjects, SchemaObjectSorter.ReferenceCallback<T> callback)
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.