@SuppressWarnings("unchecked") Collection<V> values(EnumSet<Flag> explicitFlags, ClassLoader explicitClassLoader) { InvocationContext ctx = getInvocationContextForRead(null, explicitFlags, explicitClassLoader); ValuesCommand command = commandsFactory.buildValuesCommand(); return (Collection<V>) invoker.invoke(ctx, command); }
@Override public ValuesCommand buildValuesCommand() { return actual.buildValuesCommand(); }