public class

set_string

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

Summary

Nested Classes
class set_string.Iterator  
Fields
protected boolean swigCMemOwn
Public Constructors
set_string(Collection<? extends String> collection)
set_string()
set_string(set_string other)
Protected Constructors
set_string(long cPtr, boolean cMemoryOwn)
Public Methods
boolean add(String key)
boolean addAll(Collection<? extends String> collection)
boolean addImpl(String key)
void clear()
boolean contains(Object object)
boolean containsAll(Collection<?> collection)
synchronized void delete()
boolean isEmpty()
Iterator<String> iterator()
boolean remove(Object object)
boolean removeAll(Collection<?> collection)
int size()
Protected Methods
void finalize()
static long getCPtr(set_string obj)
static long swigRelease(set_string 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_string (Collection<? extends String> collection)

public set_string ()

public set_string (set_string other)

Protected Constructors

protected set_string (long cPtr, boolean cMemoryOwn)

Public Methods

public boolean add (String key)

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

public boolean addImpl (String key)

public void clear ()

public boolean contains (Object object)

public boolean containsAll (Collection<?> collection)

public synchronized void delete ()

public boolean isEmpty ()

public Iterator<String> iterator ()

public boolean remove (Object object)

public boolean removeAll (Collection<?> collection)

public int size ()

Protected Methods

protected void finalize ()

protected static long getCPtr (set_string obj)

protected static long swigRelease (set_string obj)