public interface org.eclipse.collections.api.set.MultiReaderSet<T> extends org.eclipse.collections.api.set.MutableSet<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.set.MultiReaderSet
  super_class: java.lang.Object
{
  public abstract void withReadLockAndDelegate(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.set.MutableSet<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/set/MutableSet<TT;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public abstract void withWriteLockAndDelegate(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.set.MutableSet<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/set/MutableSet<TT;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/set/MutableSet<TT;>;
SourceFile: "MultiReaderSet.java"