Package org.umlg.sqlg.util
Class ThreadLocalSet<E>
java.lang.Object
org.umlg.sqlg.util.ThreadLocalSet<E>
- All Implemented Interfaces:
 Iterable<E>,Collection<E>,Set<E>
- Author:
 - Pieter Martin Date: 2021/01/26
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends E> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
equals, hashCode, spliterator 
- 
Constructor Details
- 
ThreadLocalSet
public ThreadLocalSet() 
 - 
 - 
Method Details
- 
size
public int size() - 
isEmpty
public boolean isEmpty() - 
contains
 - 
iterator
 - 
toArray
 - 
toArray
public <T> T[] toArray(T[] a)  - 
add
 - 
remove
 - 
containsAll
- Specified by:
 containsAllin interfaceCollection<E>- Specified by:
 containsAllin interfaceSet<E>
 - 
addAll
 - 
retainAll
 - 
removeAll
 - 
clear
public void clear() - 
toString
 
 -