public final class com.carrotsearch.hppc.LongFloatHashMap$KeysContainer extends com.carrotsearch.hppc.AbstractLongCollection implements com.carrotsearch.hppc.LongLookupContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.carrotsearch.hppc.LongFloatHashMap$KeysContainer
  super_class: com.carrotsearch.hppc.AbstractLongCollection
{
  private final com.carrotsearch.hppc.LongFloatHashMap owner;
    descriptor: Lcom/carrotsearch/hppc/LongFloatHashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.carrotsearch.hppc.LongFloatHashMap this$0;
    descriptor: Lcom/carrotsearch/hppc/LongFloatHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.carrotsearch.hppc.LongFloatHashMap);
    descriptor: (Lcom/carrotsearch/hppc/LongFloatHashMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
         0: .line 773
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.this$0:Lcom/carrotsearch/hppc/LongFloatHashMap;
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractLongCollection.<init>:()V
         1: .line 775
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/LongFloatHashMap;
         2: .line 773
            return
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean contains(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
        start local 1 // long e
         0: .line 779
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/LongFloatHashMap;
            lload 1 /* e */
            invokevirtual com.carrotsearch.hppc.LongFloatHashMap.containsKey:(J)Z
            ireturn
        end local 1 // long e
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;
            0    1     1     e  J
    MethodParameters:
      Name  Flags
      e     

  public <T extends com.carrotsearch.hppc.procedures.LongProcedure> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/procedures/LongProcedure;)Lcom/carrotsearch/hppc/procedures/LongProcedure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
        start local 1 // com.carrotsearch.hppc.procedures.LongProcedure procedure
         0: .line 784
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/LongFloatHashMap;
            new com.carrotsearch.hppc.LongFloatHashMap$KeysContainer$1
            dup
            aload 0 /* this */
            aload 1 /* procedure */
            invokespecial com.carrotsearch.hppc.LongFloatHashMap$KeysContainer$1.<init>:(Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;Lcom/carrotsearch/hppc/procedures/LongProcedure;)V
            invokevirtual com.carrotsearch.hppc.LongFloatHashMap.forEach:(Lcom/carrotsearch/hppc/procedures/LongFloatProcedure;)Lcom/carrotsearch/hppc/procedures/LongFloatProcedure;
            pop
         1: .line 791
            aload 1 /* procedure */
            areturn
        end local 1 // com.carrotsearch.hppc.procedures.LongProcedure procedure
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;
            0    2     1  procedure  TT;
    Signature: <T::Lcom/carrotsearch/hppc/procedures/LongProcedure;>(TT;)TT;
    MethodParameters:
           Name  Flags
      procedure  final

  public <T extends com.carrotsearch.hppc.predicates.LongPredicate> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/LongPredicate;)Lcom/carrotsearch/hppc/predicates/LongPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
        start local 1 // com.carrotsearch.hppc.predicates.LongPredicate predicate
         0: .line 796
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/LongFloatHashMap;
            new com.carrotsearch.hppc.LongFloatHashMap$KeysContainer$2
            dup
            aload 0 /* this */
            aload 1 /* predicate */
            invokespecial com.carrotsearch.hppc.LongFloatHashMap$KeysContainer$2.<init>:(Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;Lcom/carrotsearch/hppc/predicates/LongPredicate;)V
            invokevirtual com.carrotsearch.hppc.LongFloatHashMap.forEach:(Lcom/carrotsearch/hppc/predicates/LongFloatPredicate;)Lcom/carrotsearch/hppc/predicates/LongFloatPredicate;
            pop
         1: .line 803
            aload 1 /* predicate */
            areturn
        end local 1 // com.carrotsearch.hppc.predicates.LongPredicate predicate
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;
            0    2     1  predicate  TT;
    Signature: <T::Lcom/carrotsearch/hppc/predicates/LongPredicate;>(TT;)TT;
    MethodParameters:
           Name  Flags
      predicate  final

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
         0: .line 808
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/LongFloatHashMap;
            invokevirtual com.carrotsearch.hppc.LongFloatHashMap.isEmpty:()Z
            ireturn
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;

  public java.util.Iterator<com.carrotsearch.hppc.cursors.LongCursor> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
         0: .line 813
            new com.carrotsearch.hppc.LongFloatHashMap$KeysIterator
            dup
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.this$0:Lcom/carrotsearch/hppc/LongFloatHashMap;
            invokespecial com.carrotsearch.hppc.LongFloatHashMap$KeysIterator.<init>:(Lcom/carrotsearch/hppc/LongFloatHashMap;)V
            areturn
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;
    Signature: ()Ljava/util/Iterator<Lcom/carrotsearch/hppc/cursors/LongCursor;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
         0: .line 818
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/LongFloatHashMap;
            invokevirtual com.carrotsearch.hppc.LongFloatHashMap.size:()I
            ireturn
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
         0: .line 823
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/LongFloatHashMap;
            invokevirtual com.carrotsearch.hppc.LongFloatHashMap.clear:()V
         1: .line 824
            return
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
         0: .line 828
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/LongFloatHashMap;
            invokevirtual com.carrotsearch.hppc.LongFloatHashMap.release:()V
         1: .line 829
            return
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;

  public int removeAll(com.carrotsearch.hppc.predicates.LongPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/LongPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
        start local 1 // com.carrotsearch.hppc.predicates.LongPredicate predicate
         0: .line 833
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/LongFloatHashMap;
            aload 1 /* predicate */
            invokevirtual com.carrotsearch.hppc.LongFloatHashMap.removeAll:(Lcom/carrotsearch/hppc/predicates/LongPredicate;)I
            ireturn
        end local 1 // com.carrotsearch.hppc.predicates.LongPredicate predicate
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;
            0    1     1  predicate  Lcom/carrotsearch/hppc/predicates/LongPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public int removeAll(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
        start local 1 // long e
         0: .line 838
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/LongFloatHashMap;
            lload 1 /* e */
            invokevirtual com.carrotsearch.hppc.LongFloatHashMap.containsKey:(J)Z
            istore 3 /* hasKey */
        start local 3 // boolean hasKey
         1: .line 839
            iload 3 /* hasKey */
            ifeq 4
         2: .line 840
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/LongFloatHashMap;
            lload 1 /* e */
            invokevirtual com.carrotsearch.hppc.LongFloatHashMap.remove:(J)F
            pop
         3: .line 841
            iconst_1
            ireturn
         4: .line 843
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // boolean hasKey
        end local 1 // long e
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/carrotsearch/hppc/LongFloatHashMap$KeysContainer;
            0    5     1       e  J
            1    5     3  hasKey  Z
    MethodParameters:
      Name  Flags
      e     final

  public int retainAll(com.carrotsearch.hppc.predicates.LongPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/LongPredicate;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.carrotsearch.hppc.AbstractLongCollection.retainAll:(Lcom/carrotsearch/hppc/predicates/LongPredicate;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int retainAll(com.carrotsearch.hppc.LongLookupContainer);
    descriptor: (Lcom/carrotsearch/hppc/LongLookupContainer;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.carrotsearch.hppc.AbstractLongCollection.retainAll:(Lcom/carrotsearch/hppc/LongLookupContainer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.carrotsearch.hppc.AbstractLongCollection.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int removeAll(com.carrotsearch.hppc.LongLookupContainer);
    descriptor: (Lcom/carrotsearch/hppc/LongLookupContainer;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.carrotsearch.hppc.AbstractLongCollection.removeAll:(Lcom/carrotsearch/hppc/LongLookupContainer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public long[] toArray();
    descriptor: ()[J
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.carrotsearch.hppc.AbstractLongCollection.toArray:()[J
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "LongFloatHashMap.java"
NestHost: com.carrotsearch.hppc.LongFloatHashMap
InnerClasses:
  public final KeysContainer = com.carrotsearch.hppc.LongFloatHashMap$KeysContainer of com.carrotsearch.hppc.LongFloatHashMap
  com.carrotsearch.hppc.LongFloatHashMap$KeysContainer$1
  com.carrotsearch.hppc.LongFloatHashMap$KeysContainer$2
  private final KeysIterator = com.carrotsearch.hppc.LongFloatHashMap$KeysIterator of com.carrotsearch.hppc.LongFloatHashMap