class Neo4jSortedSet extends DirtyCheckingSortedSet
A Neo4j sorted set
Modifiers | Name | Description |
---|---|---|
protected GraphAdapter |
graphAdapter |
Type | Name and description |
---|---|
Association |
association |
Neo4jSession |
session |
Constructor and description |
---|
Neo4jSortedSet
(EntityAccess parentAccess, Association association, java.util.SortedSet delegate, Neo4jSession session) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
add(java.lang.Object o) |
|
boolean |
addAll(java.util.Collection c) |
|
boolean |
containsAll(java.util.Collection c) |
|
boolean |
remove(java.lang.Object o) |
|
boolean |
removeAll(java.util.Collection c) |
|
boolean |
retainAll(java.util.Collection c) |
|
java.lang.Object[] |
toArray(java.lang.Object[] a) |
Methods inherited from class | Name |
---|---|
class DirtyCheckingCollection |
add, addAll, clear, hasChanged, hasChangedElements, hasChangedSize, hasGrown, hasShrunk, remove, removeAll |
Groovy Documentation