Class AbstractBaseGraph.IncidentEdgeSet<N>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected BaseGraph<N> graph  
      protected N node  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static <N> AbstractBaseGraph.IncidentEdgeSet<N> of​(BaseGraph<N> graph, N node)  
      boolean remove​(java.lang.Object o)  
      • Methods inherited from class java.util.AbstractSet

        equals, hashCode, removeAll
      • Methods inherited from class java.util.AbstractCollection

        add, addAll, clear, contains, containsAll, isEmpty, iterator, retainAll, size, toArray, toArray, 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
      • Methods inherited from interface java.util.Set

        add, addAll, clear, contains, containsAll, isEmpty, iterator, retainAll, size, spliterator, toArray, toArray
    • Field Detail

      • node

        protected final N node
    • Constructor Detail

      • IncidentEdgeSet

        private IncidentEdgeSet​(BaseGraph<N> graph,
                                N node)
    • Method Detail

      • remove

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<N>
        Specified by:
        remove in interface java.util.Set<N>
        Overrides:
        remove in class java.util.AbstractCollection<EndpointPair<N>>