public interface org.eclipse.collections.api.map.primitive.ImmutableIntCharMap extends org.eclipse.collections.api.map.primitive.IntCharMap
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.ImmutableIntCharMap
super_class: java.lang.Object
{
public abstract org.eclipse.collections.api.map.primitive.ImmutableIntCharMap select(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.ImmutableIntCharMap reject(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.bag.primitive.ImmutableCharBag select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.bag.primitive.ImmutableCharBag reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract <V> org.eclipse.collections.api.bag.ImmutableBag<V> collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/bag/ImmutableBag;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/bag/ImmutableBag<TV;>;
MethodParameters:
Name Flags
function
public abstract org.eclipse.collections.api.map.primitive.ImmutableIntCharMap newWithKeyValue(int, char);
descriptor: (IC)Lorg/eclipse/collections/api/map/primitive/ImmutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.ImmutableIntCharMap newWithoutKey(int);
descriptor: (I)Lorg/eclipse/collections/api/map/primitive/ImmutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.ImmutableIntCharMap newWithoutAllKeys(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
keys
public abstract org.eclipse.collections.api.map.primitive.ImmutableCharIntMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableCharIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public org.eclipse.collections.api.CharIterable select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/CharIterable;
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.map.primitive.ImmutableIntCharMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.CharBag select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/CharBag;
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.map.primitive.ImmutableIntCharMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.IntCharMap select(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/IntCharMap;
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.map.primitive.ImmutableIntCharMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntCharMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)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.CharToObjectFunction
invokeinterface org.eclipse.collections.api.map.primitive.ImmutableIntCharMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/bag/ImmutableBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.Bag collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)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.CharToObjectFunction
invokeinterface org.eclipse.collections.api.map.primitive.ImmutableIntCharMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/bag/ImmutableBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.CharIterable reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/CharIterable;
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.map.primitive.ImmutableIntCharMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.CharBag reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/CharBag;
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.map.primitive.ImmutableIntCharMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.IntCharMap reject(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/IntCharMap;
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.map.primitive.ImmutableIntCharMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntCharMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.CharIntMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/CharIntMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.map.primitive.ImmutableIntCharMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/ImmutableCharIntMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "ImmutableIntCharMap.java"