Class CrudMapAdapter.SetLike.Immutable<Value>

java.lang.Object
de.xima.fc.common.collection.CrudMapAdapter.SetLike<Value>
de.xima.fc.common.collection.CrudMapAdapter.SetLike.Immutable<Value>
Type Parameters:
Value - Type of the values in the map.
All Implemented Interfaces:
CrudMapAdapter<Value,Unit>, Serializable
Enclosing class:
CrudMapAdapter.SetLike<Value>

public abstract static class CrudMapAdapter.SetLike.Immutable<Value> extends CrudMapAdapter.SetLike<Value> implements Serializable
A CrudMapAdapter.SetLike for an immutable set. It implements all mutating methods by throwing an UnsupportedOperationException.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • Immutable

      public Immutable()
  • Method Details