public class

set_int

extends AbstractSet<E>
java.lang.Object
   ↳ java.util.AbstractCollection<E>
     ↳ java.util.AbstractSet<E>
       ↳ com.pspdfkit.internal.set_int

Summary

Nested Classes
class set_int.Iterator  
Fields
protected boolean swigCMemOwn
Public Constructors
set_int(Collection<? extends Integer> collection)
set_int()
set_int(set_int other)
Protected Constructors
set_int(long cPtr, boolean cMemoryOwn)
Public Methods
boolean add(Integer key)
boolean addAll(Collection<? extends Integer> collection)
boolean addImpl(int key)
void clear()
boolean contains(Object object)
boolean containsAll(Collection<?> collection)
synchronized void delete()
boolean isEmpty()
Iterator<Integer> iterator()
boolean remove(Object object)
boolean removeAll(Collection<?> collection)
int size()
Protected Methods
void finalize()
static long getCPtr(set_int obj)
static long swigRelease(set_int obj)
[Expand]
Inherited Methods
From class java.util.AbstractSet
From class java.util.AbstractCollection
From class java.lang.Object
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.Set

Fields

protected boolean swigCMemOwn

Public Constructors

public set_int (Collection<? extends Integer> collection)

public set_int ()

public set_int (set_int other)

Protected Constructors

protected set_int (long cPtr, boolean cMemoryOwn)

Public Methods

public boolean add (Integer key)

public boolean addAll (Collection<? extends Integer> collection)

public boolean addImpl (int key)

public void clear ()

public boolean contains (Object object)

public boolean containsAll (Collection<?> collection)

public synchronized void delete ()

public boolean isEmpty ()

public Iterator<Integer> iterator ()

public boolean remove (Object object)

public boolean removeAll (Collection<?> collection)

public int size ()

Protected Methods

protected void finalize ()

protected static long getCPtr (set_int obj)

protected static long swigRelease (set_int obj)