Class NodeSetImpl

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingSet<org.apache.jena.graph.Node>
org.aksw.jenax.arq.util.node.NodeSetImpl
All Implemented Interfaces:
Serializable, Iterable<org.apache.jena.graph.Node>, Collection<org.apache.jena.graph.Node>, Set<org.apache.jena.graph.Node>, NodeCollection, NodeSet

public class NodeSetImpl extends com.google.common.collect.ForwardingSet<org.apache.jena.graph.Node> implements NodeSet, Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Set<org.apache.jena.graph.Node>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    NodeSetImpl(Set<org.apache.jena.graph.Node> delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Set<org.apache.jena.graph.Node>
     

    Methods inherited from class com.google.common.collect.ForwardingSet

    equals, hashCode, standardEquals, standardHashCode, standardRemoveAll

    Methods inherited from class com.google.common.collect.ForwardingCollection

    add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray

    Methods inherited from class com.google.common.collect.ForwardingObject

    toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.Collection

    parallelStream, removeIf, stream, toArray

    Methods inherited from interface java.lang.Iterable

    forEach
  • Field Details

    • delegate

      protected Set<org.apache.jena.graph.Node> delegate
  • Constructor Details

    • NodeSetImpl

      public NodeSetImpl()
    • NodeSetImpl

      public NodeSetImpl(Set<org.apache.jena.graph.Node> delegate)
  • Method Details

    • delegate

      protected Set<org.apache.jena.graph.Node> delegate()
      Specified by:
      delegate in class com.google.common.collect.ForwardingSet<org.apache.jena.graph.Node>