| Constructor | Description |
|---|---|
RecordsImpl(Collection<Record<? extends T>> aRecords) |
Constructs the
RecordsImpl instance configured with the provided
Record instances. |
RecordsImpl(Record<? extends T>... aRecords) |
Constructs the
RecordsImpl instance configured with the provided
Record instances. |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
clone() |
|
boolean |
hasNext() |
|
Record<? extends T> |
next() |
|
void |
remove() |
forEachRemainingpublic RecordsImpl(Collection<Record<? extends T>> aRecords)
RecordsImpl instance configured with the provided
Record instances.aRecords - The Collection with the Record instances
to be contained in the RecordsImpl .@SafeVarargs public RecordsImpl(Record<? extends T>... aRecords)
RecordsImpl instance configured with the provided
Record instances.aRecords - The array with the Record instances to be
contained in the RecordsImpl .public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2018. All rights reserved.