Repository URL to install this package:
|
Version:
0.6.14 ▾
|
Êþº¾ 4 ò u
7 v I
w x
6 y
6 z
6 { 6 |
} ~
w [ \ ]
6
6
w
}
6
w
k
6
w 6
6
6
i i
6
}
¡ ¢ £ ¤ ¥
6 ¦
§ ¨
© ª
« ¬
® ¯ ° ± <init> +(Lcom/google/common/graph/NetworkBuilder;)V Code LineNumberTable LocalVariableTable this 0Lcom/google/common/graph/StandardMutableNetwork; builder (Lcom/google/common/graph/NetworkBuilder; LocalVariableTypeTable 8Lcom/google/common/graph/StandardMutableNetwork<TN;TE;>; 2Lcom/google/common/graph/NetworkBuilder<-TN;-TE;>; Signature 5(Lcom/google/common/graph/NetworkBuilder<-TN;-TE;>;)V addNode (Ljava/lang/Object;)Z node Ljava/lang/Object; TN;
StackMapTable (TN;)Z RuntimeInvisibleAnnotations 8Lcom/google/errorprone/annotations/CanIgnoreReturnValue; addNodeInternal @(Ljava/lang/Object;)Lcom/google/common/graph/NetworkConnections; connections ,Lcom/google/common/graph/NetworkConnections; 4Lcom/google/common/graph/NetworkConnections<TN;TE;>; 9(TN;)Lcom/google/common/graph/NetworkConnections<TN;TE;>; addEdge 9(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z existingIncidentNodes &Lcom/google/common/graph/EndpointPair; newIncidentNodes nodeU nodeV edge connectionsU
isSelfLoop Z connectionsV +Lcom/google/common/graph/EndpointPair<TN;>; TE; (TN;TN;TE;)Z ;(Lcom/google/common/graph/EndpointPair;Ljava/lang/Object;)Z endpoints 1(Lcom/google/common/graph/EndpointPair<TN;>;TE;)Z
removeNode ²
removeEdge ³ (TE;)Z newConnections .()Lcom/google/common/graph/NetworkConnections; 6()Lcom/google/common/graph/NetworkConnections<TN;TE;>; <N:Ljava/lang/Object;E:Ljava/lang/Object;>Lcom/google/common/graph/StandardNetwork<TN;TE;>;Lcom/google/common/graph/MutableNetwork<TN;TE;>;
SourceFile StandardMutableNetwork.java RuntimeVisibleAnnotations 9Lcom/google/common/graph/ElementTypesAreNonnullByDefault; &com/google/common/graph/GraphConstants 9 : ´ µ ¶ · H P Q m n ¸ ¹ º » ¶ ¼ ½ ¾ H ¿ À Á Â Ã Ä H rEdge %s already exists between the following nodes: %s, so it cannot be reused to connect the following nodes: %s. Å Æ Ç È *com/google/common/graph/NetworkConnections É Ê Ë Ì Í Î H Nodes %s and %s are already connected by a different edge. To construct a graph that allows parallel edges, call allowsParallelEdges(true) on the Builder. Å Ï Ð Ê Cannot add self-loop edge on node %s, as self-loops are not allowed. To construct a graph that allows self-loops, call allowsSelfLoops(true) on the Builder. Å Ñ Ò Ó Ô Õ Ö ¹ × Ø [ Ù \ Ù V W Ú Ì Û Ü Ý Þ ß à Ê á Ù j H â È ã ä È å È æ È ç è é Ê ê Â ë ì Â í î Â ï ð Â ñ .com/google/common/graph/StandardMutableNetwork 'com/google/common/graph/StandardNetwork &com/google/common/graph/MutableNetwork java/util/Iterator java/lang/Object $com/google/common/base/Preconditions checkNotNull 8(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; containsNode nodeConnections *Lcom/google/common/graph/MapIteratorCache; (com/google/common/graph/MapIteratorCache put
checkState (Z)V containsEdge
incidentNodes :(Ljava/lang/Object;)Lcom/google/common/graph/EndpointPair; $com/google/common/graph/EndpointPair of m(Lcom/google/common/graph/Network;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/graph/EndpointPair; equals
checkArgument L(ZLjava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V get &(Ljava/lang/Object;)Ljava/lang/Object; allowsParallelEdges ()Z
successors ()Ljava/util/Set;
java/util/Set contains :(ZLjava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V allowsSelfLoops ((ZLjava/lang/String;Ljava/lang/Object;)V
addOutEdge '(Ljava/lang/Object;Ljava/lang/Object;)V addInEdge ((Ljava/lang/Object;Ljava/lang/Object;Z)V edgeToReferenceNode validateEndpoints )(Lcom/google/common/graph/EndpointPair;)V ()Ljava/lang/Object;
incidentEdges 'com/google/common/collect/ImmutableList copyOf A(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableList; iterator 2()Lcom/google/common/collect/UnmodifiableIterator; hasNext next remove java/util/Objects requireNonNull adjacentNode
removeOutEdge removeInEdge '(Ljava/lang/Object;Z)Ljava/lang/Object;
isDirected 7com/google/common/graph/DirectedMultiNetworkConnections ;()Lcom/google/common/graph/DirectedMultiNetworkConnections; 2com/google/common/graph/DirectedNetworkConnections 6()Lcom/google/common/graph/DirectedNetworkConnections; 9com/google/common/graph/UndirectedMultiNetworkConnections =()Lcom/google/common/graph/UndirectedMultiNetworkConnections; 4com/google/common/graph/UndirectedNetworkConnections 8()Lcom/google/common/graph/UndirectedNetworkConnections; 0 6 7 8 9 : ; Z *+· ± <