]
Adrian Nistor updated ISPN-6226:
--------------------------------
Status: Open (was: New)
InfinispanCollections.EMPTY_SET/MAP/LIST are no longer needed
-------------------------------------------------------------
Key: ISPN-6226
URL:
https://issues.jboss.org/browse/ISPN-6226
Project: Infinispan
Issue Type: Task
Components: Core
Reporter: Adrian Nistor
These were introduced in the time of jdk 1.6 which had poor implementations for
Collections.empty*() which allocated new iterator instances on each iterator() call. These
can go away now.