| Constructor and 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 and Description |
|---|---|
Object |
clone() |
boolean |
hasNext() |
Record<? extends T> |
next() |
void |
remove() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic 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.