| Package | Description |
|---|---|
| net.digitalid.utility.collections.collection |
Provides the read-only and the freezable collection.
|
| net.digitalid.utility.collections.iterator |
Provides an iterator whose underlying collection can be frozen.
|
| net.digitalid.utility.collections.list |
Provides one read-only and several freezable lists.
|
| net.digitalid.utility.collections.set |
Provides one read-only and several freezable sets.
|
| Modifier and Type | Method and Description |
|---|---|
@Nonnull FreezableIterator<E> |
BackedFreezableCollection.freezableIterator() |
@Nonnull FreezableIterator<E> |
FreezableCollection.freezableIterator()
Returns a freezable iterator over the elements in this collection.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> @Nonnull FreezableIterator<E> |
FreezableIterator.with(@Nonnull Iterator<E> iterator,
@Nonnull FreezableCollection<E> collection)
Returns a new freezable iterator backed by the given iterator and freezable collection.
|
| Modifier and Type | Method and Description |
|---|---|
@Nonnull FreezableIterator<E> |
FreezableLinkedList.freezableIterator() |
@Nonnull FreezableIterator<E> |
FreezableArrayList.freezableIterator() |
| Modifier and Type | Method and Description |
|---|---|
@Nonnull FreezableIterator<E> |
FreezableLinkedHashSet.freezableIterator() |
@Nonnull FreezableIterator<E> |
FreezableHashSet.freezableIterator() |
Copyright © 2017. All rights reserved.