Skip to content

com.inscoper.nbo.StringSet

Inherits from java::util::AbstractSet< String >

Public Classes

Name
class Iterator

Public Functions

Name
synchronized void delete()
StringSet(java.util.Collection<? extends String > collection)
int size()
boolean add(String key)
boolean addAll(java.util.Collection<? extends String > collection)
java.util.Iterator< String > iterator()
boolean containsAll(java.util.Collection<?> collection)
boolean contains(java.lang.Object object)
boolean removeAll(java.util.Collection<?> collection)
boolean remove(java.lang.Object object)
StringSet()
StringSet(StringSet other)
boolean isEmpty()
void clear()
boolean addImpl(String key)

Protected Functions

Name
StringSet(long cPtr, boolean cMemoryOwn)
void finalize()
long getCPtr(StringSet obj)
long swigRelease(StringSet obj)

Protected Attributes

Name
transient boolean swigCMemOwn

Public Functions Documentation

function delete

function StringSet

function size

function add

function addAll

function iterator

function containsAll

function contains

function removeAll

function remove

function StringSet

function StringSet

function isEmpty

function clear

function addImpl

Protected Functions Documentation

function StringSet

function finalize

function getCPtr

function swigRelease

Protected Attributes Documentation

variable swigCMemOwn