Class EntrySetCommand<K,V>

All Implemented Interfaces:
FlagAffectedCommand, LocalCommand, ReplicableCommand, VisitableCommand

public class EntrySetCommand<K,V> extends AbstractLocalCommand implements VisitableCommand
Command implementation for Map.entrySet() functionality.
Since:
4.0
Author:
Galder ZamarreƱo, Trustin Lee, William Burns
  • Constructor Details

    • EntrySetCommand

      public EntrySetCommand(long flagsBitSet)
  • Method Details