Beispiel #1
0
 @SuppressWarnings("unchecked")
 Set<K> keySet(EnumSet<Flag> explicitFlags, ClassLoader explicitClassLoader) {
   InvocationContext ctx = getInvocationContextForRead(null, explicitFlags, explicitClassLoader);
   KeySetCommand command = commandsFactory.buildKeySetCommand();
   return (Set<K>) invoker.invoke(ctx, command);
 }
 @Override
 public KeySetCommand buildKeySetCommand() {
   return actual.buildKeySetCommand();
 }