Module org.jgrapht.core
Package org.jgrapht.alg.interfaces
Class VertexCoverAlgorithm.VertexCoverImpl<V>
- java.lang.Object
- 
- java.util.AbstractCollection<E>
- 
- java.util.AbstractSet<E>
- 
- org.jgrapht.util.WeightedUnmodifiableSet<V>
- 
- org.jgrapht.alg.interfaces.VertexCoverAlgorithm.VertexCoverImpl<V>
 
 
 
 
- 
- Type Parameters:
- V- the vertex type
 - All Implemented Interfaces:
- Serializable,- Iterable<V>,- Collection<V>,- Set<V>,- VertexCoverAlgorithm.VertexCover<V>
 - Enclosing interface:
- VertexCoverAlgorithm<V>
 
 public static class VertexCoverAlgorithm.VertexCoverImpl<V> extends WeightedUnmodifiableSet<V> implements VertexCoverAlgorithm.VertexCover<V> Default implementation of a (weighted) vertex cover- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.jgrapht.util.WeightedUnmodifiableSetbackingSet, weight
 
- 
 - 
Constructor SummaryConstructors Constructor Description VertexCoverImpl(Set<V> vertexCover)VertexCoverImpl(Set<V> vertexCover, double weight)
 - 
Method Summary- 
Methods inherited from class org.jgrapht.util.WeightedUnmodifiableSetadd, addAll, clear, contains, containsAll, equals, getWeight, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 - 
Methods inherited from class java.util.AbstractCollectiontoString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
 - 
Methods inherited from interface java.util.Setadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
 - 
Methods inherited from interface org.jgrapht.alg.interfaces.VertexCoverAlgorithm.VertexCovergetWeight
 
- 
 
-