]
Work on ISPN-7900 started by William Burns.
-------------------------------------------
Provide entrySet, values, keySet implementation for RemoteCache
---------------------------------------------------------------
Key: ISPN-7900
URL:
https://issues.jboss.org/browse/ISPN-7900
Project: Infinispan
Issue Type: Feature Request
Affects Versions: 9.0.1.Final
Reporter: William Burns
Assignee: William Burns
Currently the entrySet, values and keySet all throw an UnsupportedOperationException when
they are invoked. It would be nice if we could supply an actual implementation for these.
A respective backing collection should be doable.