public final class at.yawk.numaec.MutableIntByteLinearHashMapFactory implements at.yawk.numaec.MutableIntByteBufferMapFactory
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: at.yawk.numaec.MutableIntByteLinearHashMapFactory
super_class: java.lang.Object
{
private final at.yawk.numaec.LargeByteBufferAllocator allocator;
descriptor: Lat/yawk/numaec/LargeByteBufferAllocator;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final at.yawk.numaec.LinearHashMapConfig config;
descriptor: Lat/yawk/numaec/LinearHashMapConfig;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(at.yawk.numaec.LargeByteBufferAllocator, at.yawk.numaec.LinearHashMapConfig);
descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield at.yawk.numaec.MutableIntByteLinearHashMapFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
2: aload 0
aload 2
putfield at.yawk.numaec.MutableIntByteLinearHashMapFactory.config:Lat/yawk/numaec/LinearHashMapConfig;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lat/yawk/numaec/MutableIntByteLinearHashMapFactory;
0 4 1 allocator Lat/yawk/numaec/LargeByteBufferAllocator;
0 4 2 config Lat/yawk/numaec/LinearHashMapConfig;
MethodParameters:
Name Flags
allocator
config
public static org.eclipse.collections.api.factory.map.primitive.MutableIntByteMapFactory withAllocator(at.yawk.numaec.LargeByteBufferAllocator);
descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;)Lorg/eclipse/collections/api/factory/map/primitive/MutableIntByteMapFactory;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokestatic at.yawk.numaec.LinearHashMapConfig.builder:()Lat/yawk/numaec/LinearHashMapConfig$Builder;
invokevirtual at.yawk.numaec.LinearHashMapConfig$Builder.build:()Lat/yawk/numaec/LinearHashMapConfig;
invokestatic at.yawk.numaec.MutableIntByteLinearHashMapFactory.withAllocatorAndConfig:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;)Lorg/eclipse/collections/api/factory/map/primitive/MutableIntByteMapFactory;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 allocator Lat/yawk/numaec/LargeByteBufferAllocator;
MethodParameters:
Name Flags
allocator
public static org.eclipse.collections.api.factory.map.primitive.MutableIntByteMapFactory withAllocatorAndConfig(at.yawk.numaec.LargeByteBufferAllocator, at.yawk.numaec.LinearHashMapConfig);
descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;)Lorg/eclipse/collections/api/factory/map/primitive/MutableIntByteMapFactory;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new at.yawk.numaec.MutableIntByteLinearHashMapFactory
dup
aload 0
aload 1
invokespecial at.yawk.numaec.MutableIntByteLinearHashMapFactory.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 allocator Lat/yawk/numaec/LargeByteBufferAllocator;
0 1 1 config Lat/yawk/numaec/LinearHashMapConfig;
MethodParameters:
Name Flags
allocator
config
public at.yawk.numaec.MutableIntByteBufferMap empty();
descriptor: ()Lat/yawk/numaec/MutableIntByteBufferMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new at.yawk.numaec.IntByteLinearHashMap$Mutable
dup
aload 0
getfield at.yawk.numaec.MutableIntByteLinearHashMapFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
aload 0
getfield at.yawk.numaec.MutableIntByteLinearHashMapFactory.config:Lat/yawk/numaec/LinearHashMapConfig;
invokespecial at.yawk.numaec.IntByteLinearHashMap$Mutable.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lat/yawk/numaec/MutableIntByteLinearHashMapFactory;
public at.yawk.numaec.MutableIntByteBufferMap ofInitialCapacity(int);
descriptor: (I)Lat/yawk/numaec/MutableIntByteBufferMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: new at.yawk.numaec.IntByteLinearHashMap$Mutable
dup
aload 0
getfield at.yawk.numaec.MutableIntByteLinearHashMapFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
aload 0
getfield at.yawk.numaec.MutableIntByteLinearHashMapFactory.config:Lat/yawk/numaec/LinearHashMapConfig;
invokespecial at.yawk.numaec.IntByteLinearHashMap$Mutable.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;)V
astore 2
start local 2 1: aload 2
iload 1
invokevirtual at.yawk.numaec.IntByteLinearHashMap$Mutable.ensureCapacity:(I)V
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lat/yawk/numaec/MutableIntByteLinearHashMapFactory;
0 3 1 capacity I
1 3 2 map Lat/yawk/numaec/IntByteLinearHashMap$Mutable;
MethodParameters:
Name Flags
capacity
public at.yawk.numaec.MutableIntByteBufferMap ofAll(org.eclipse.collections.api.map.primitive.IntByteMap);
descriptor: (Lorg/eclipse/collections/api/map/primitive/IntByteMap;)Lat/yawk/numaec/MutableIntByteBufferMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.map.primitive.IntByteMap.size:()I
invokevirtual at.yawk.numaec.MutableIntByteLinearHashMapFactory.ofInitialCapacity:(I)Lat/yawk/numaec/MutableIntByteBufferMap;
astore 2
start local 2 1: aload 2
aload 1
invokeinterface at.yawk.numaec.MutableIntByteBufferMap.putAll:(Lorg/eclipse/collections/api/map/primitive/IntByteMap;)V
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lat/yawk/numaec/MutableIntByteLinearHashMapFactory;
0 3 1 map Lorg/eclipse/collections/api/map/primitive/IntByteMap;
1 3 2 n Lat/yawk/numaec/MutableIntByteBufferMap;
MethodParameters:
Name Flags
map
public org.eclipse.collections.api.map.primitive.MutableIntByteMap withAll(org.eclipse.collections.api.map.primitive.IntByteMap);
descriptor: (Lorg/eclipse/collections/api/map/primitive/IntByteMap;)Lorg/eclipse/collections/api/map/primitive/MutableIntByteMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface at.yawk.numaec.MutableIntByteBufferMapFactory.withAll:(Lorg/eclipse/collections/api/map/primitive/IntByteMap;)Lat/yawk/numaec/MutableIntByteBufferMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.MutableIntByteMap with();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntByteMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface at.yawk.numaec.MutableIntByteBufferMapFactory.with:()Lat/yawk/numaec/MutableIntByteBufferMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.MutableIntByteMap of();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntByteMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface at.yawk.numaec.MutableIntByteBufferMapFactory.of:()Lat/yawk/numaec/MutableIntByteBufferMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.MutableIntByteMap empty();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntByteMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual at.yawk.numaec.MutableIntByteLinearHashMapFactory.empty:()Lat/yawk/numaec/MutableIntByteBufferMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.MutableIntByteMap withInitialCapacity(int);
descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableIntByteMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface at.yawk.numaec.MutableIntByteBufferMapFactory.withInitialCapacity:(I)Lat/yawk/numaec/MutableIntByteBufferMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.MutableIntByteMap ofInitialCapacity(int);
descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableIntByteMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual at.yawk.numaec.MutableIntByteLinearHashMapFactory.ofInitialCapacity:(I)Lat/yawk/numaec/MutableIntByteBufferMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.MutableIntByteMap ofAll(org.eclipse.collections.api.map.primitive.IntByteMap);
descriptor: (Lorg/eclipse/collections/api/map/primitive/IntByteMap;)Lorg/eclipse/collections/api/map/primitive/MutableIntByteMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual at.yawk.numaec.MutableIntByteLinearHashMapFactory.ofAll:(Lorg/eclipse/collections/api/map/primitive/IntByteMap;)Lat/yawk/numaec/MutableIntByteBufferMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "MutableIntByteLinearHashMapFactory.java"
InnerClasses:
public Mutable = at.yawk.numaec.IntByteLinearHashMap$Mutable of at.yawk.numaec.IntByteLinearHashMap
public Builder = at.yawk.numaec.LinearHashMapConfig$Builder of at.yawk.numaec.LinearHashMapConfig