public class org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag extends org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableIntCollection implements org.eclipse.collections.api.bag.primitive.MutableIntBag
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag
super_class: org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableIntCollection
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public void <init>(org.eclipse.collections.api.bag.primitive.MutableIntBag);
descriptor: (Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableIntCollection.<init>:(Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 2 1 bag Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
MethodParameters:
Name Flags
bag
private org.eclipse.collections.api.bag.primitive.MutableIntBag getMutableIntBag();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getIntCollection:()Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
checkcast org.eclipse.collections.api.bag.primitive.MutableIntBag
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
public org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag with(int);
descriptor: (I)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call with() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 element I
MethodParameters:
Name Flags
element
public org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag without(int);
descriptor: (I)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call without() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 element I
MethodParameters:
Name Flags
element
public org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag withAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call withAll() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 elements Lorg/eclipse/collections/api/IntIterable;
MethodParameters:
Name Flags
elements
public org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag withoutAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call withoutAll() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 elements Lorg/eclipse/collections/api/IntIterable;
MethodParameters:
Name Flags
elements
public void addOccurrences(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call addOccurrences() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 item I
0 1 2 occurrences I
MethodParameters:
Name Flags
item
occurrences
public boolean removeOccurrences(int, int);
descriptor: (II)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call removeOccurrences() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 item I
0 1 2 occurrences I
MethodParameters:
Name Flags
item
occurrences
public int sizeDistinct();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.sizeDistinct:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
public int occurrencesOf(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
iload 1
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.occurrencesOf:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 item I
MethodParameters:
Name Flags
item
public void forEachWithOccurrences(org.eclipse.collections.api.block.procedure.primitive.IntIntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntIntProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
aload 1
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.forEachWithOccurrences:(Lorg/eclipse/collections/api/block/procedure/primitive/IntIntProcedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/IntIntProcedure;
MethodParameters:
Name Flags
procedure
public org.eclipse.collections.api.bag.primitive.MutableIntBag selectByOccurrences(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
aload 1
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.selectByOccurrences:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.set.primitive.MutableIntSet selectUnique();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.selectUnique:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.IntIntPair> topOccurrences(int);
descriptor: (I)Lorg/eclipse/collections/api/list/MutableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
iload 1
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.topOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 count I
Signature: (I)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/IntIntPair;>;
MethodParameters:
Name Flags
count
public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.IntIntPair> bottomOccurrences(int);
descriptor: (I)Lorg/eclipse/collections/api/list/MutableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
iload 1
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.bottomOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 count I
Signature: (I)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/IntIntPair;>;
MethodParameters:
Name Flags
count
public org.eclipse.collections.api.bag.primitive.MutableIntBag select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
aload 1
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.bag.primitive.MutableIntBag reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
aload 1
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public <V> org.eclipse.collections.api.bag.MutableBag<V> collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
aload 1
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/bag/MutableBag<TV;>;
MethodParameters:
Name Flags
function
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
aload 1
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.equals:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
0 1 1 otherBag Ljava/lang/Object;
MethodParameters:
Name Flags
otherBag
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
public org.eclipse.collections.api.bag.primitive.MutableIntBag asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
public org.eclipse.collections.api.bag.primitive.MutableIntBag asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedIntBag
dup
aload 0
invokespecial org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedIntBag.<init>:(Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
public org.eclipse.collections.api.bag.primitive.ImmutableIntBag toImmutable();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/ImmutableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic org.eclipse.collections.impl.factory.primitive.IntBags.immutable:Lorg/eclipse/collections/api/factory/bag/primitive/ImmutableIntBagFactory;
aload 0
invokeinterface org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactory.withAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/bag/primitive/ImmutableIntBag;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
public org.eclipse.collections.api.bag.primitive.MutableIntBag newEmpty();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.getMutableIntBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.newEmpty:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
public org.eclipse.collections.api.bag.primitive.IntBag selectByOccurrences(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/IntBag;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.selectByOccurrences:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection toImmutable();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.toImmutable:()Lorg/eclipse/collections/api/bag/primitive/ImmutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.MutableIntBag with(int);
descriptor: (I)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.with:(I)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection with(int);
descriptor: (I)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.with:(I)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.MutableIntBag withAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.withAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection withAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.withAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.IntBag select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/IntBag;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.IntIterable select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/IntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.MutableIntBag withoutAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.withoutAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection withoutAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.withoutAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.ListIterable topOccurrences(int);
descriptor: (I)Lorg/eclipse/collections/api/list/ListIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.topOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.Bag collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/bag/Bag;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.ListIterable bottomOccurrences(int);
descriptor: (I)Lorg/eclipse/collections/api/list/ListIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.bottomOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.asSynchronized:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.IntBag tap(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/bag/primitive/IntBag;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.IntBag reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/IntBag;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.IntIterable reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/IntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.asUnmodifiable:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection newEmpty();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.newEmpty:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.MutableIntBag without(int);
descriptor: (I)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.without:(I)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection without(int);
descriptor: (I)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.without:(I)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.IntSet selectUnique();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/IntSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag.selectUnique:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.IntBag selectDuplicates();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/IntBag;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.bag.primitive.MutableIntBag.selectDuplicates:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "UnmodifiableIntBag.java"