| Interface | Description |
|---|---|
| ReadOnlyList<E> |
| Class | Description |
|---|---|
| CollectionsUtils | |
| IdentityArrayList<E> |
An array list implementation depending on object identity (==) rather than
equality (.equals) to identify elements.
See: KnowledgeNetworks: Java List Equality and Object Identity |
Copyright © 2017. All rights reserved.