public interface com.carrotsearch.hppc.ShortContainer extends java.lang.Iterable<com.carrotsearch.hppc.cursors.ShortCursor>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.carrotsearch.hppc.ShortContainer
super_class: java.lang.Object
{
public abstract java.util.Iterator<com.carrotsearch.hppc.cursors.ShortCursor> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/Iterator<Lcom/carrotsearch/hppc/cursors/ShortCursor;>;
public abstract boolean contains(short);
descriptor: (S)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
e
public abstract int size();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isEmpty();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract short[] toArray();
descriptor: ()[S
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract <T extends com.carrotsearch.hppc.procedures.ShortProcedure> T forEach();
descriptor: (Lcom/carrotsearch/hppc/procedures/ShortProcedure;)Lcom/carrotsearch/hppc/procedures/ShortProcedure;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <T::Lcom/carrotsearch/hppc/procedures/ShortProcedure;>(TT;)TT;
MethodParameters:
Name Flags
procedure
public abstract <T extends com.carrotsearch.hppc.predicates.ShortPredicate> T forEach();
descriptor: (Lcom/carrotsearch/hppc/predicates/ShortPredicate;)Lcom/carrotsearch/hppc/predicates/ShortPredicate;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <T::Lcom/carrotsearch/hppc/predicates/ShortPredicate;>(TT;)TT;
MethodParameters:
Name Flags
predicate
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lcom/carrotsearch/hppc/cursors/ShortCursor;>;
SourceFile: "ShortContainer.java"