Package org.ujmp.core.util
Class CoordinateSetToLongWrapper
java.lang.Object
org.ujmp.core.util.CoordinateSetToLongWrapper
- All Implemented Interfaces:
Iterable<long[]>
,Collection<long[]>
,Set<long[]>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(long[] e) boolean
addAll
(Collection<? extends long[]> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) boolean
isEmpty()
Iterator<long[]>
iterator()
boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) int
size()
Object[]
toArray()
<T> T[]
toArray
(T[] a) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
Methods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Field Details
-
set
-
-
Constructor Details
-
CoordinateSetToLongWrapper
-
-
Method Details
-
add
public boolean add(long[] e) - Specified by:
add
in interfaceCollection<long[]>
- Specified by:
add
in interfaceSet<long[]>
-
addAll
- Specified by:
addAll
in interfaceCollection<long[]>
- Specified by:
addAll
in interfaceSet<long[]>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<long[]>
- Specified by:
clear
in interfaceSet<long[]>
-
contains
- Specified by:
contains
in interfaceCollection<long[]>
- Specified by:
contains
in interfaceSet<long[]>
-
containsAll
- Specified by:
containsAll
in interfaceCollection<long[]>
- Specified by:
containsAll
in interfaceSet<long[]>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<long[]>
- Specified by:
isEmpty
in interfaceSet<long[]>
-
iterator
-
remove
- Specified by:
remove
in interfaceCollection<long[]>
- Specified by:
remove
in interfaceSet<long[]>
-
removeAll
- Specified by:
removeAll
in interfaceCollection<long[]>
- Specified by:
removeAll
in interfaceSet<long[]>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<long[]>
- Specified by:
retainAll
in interfaceSet<long[]>
-
size
public int size()- Specified by:
size
in interfaceCollection<long[]>
- Specified by:
size
in interfaceSet<long[]>
-
toArray
- Specified by:
toArray
in interfaceCollection<long[]>
- Specified by:
toArray
in interfaceSet<long[]>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArray
in interfaceCollection<long[]>
- Specified by:
toArray
in interfaceSet<long[]>
-