Uses of Class
edu.uci.ics.jung.io.graphml.Key
-
Packages that use Key Package Description edu.uci.ics.jung.io.graphml edu.uci.ics.jung.io.graphml.parser -
-
Uses of Key in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml with type parameters of type Key Modifier and Type Field Description private java.util.Map<Metadata.MetadataType,java.util.List<Key>>KeyMap. mapMethods in edu.uci.ics.jung.io.graphml that return types with arguments of type Key Modifier and Type Method Description java.util.Set<java.util.Map.Entry<Metadata.MetadataType,java.util.List<Key>>>KeyMap. entrySet()Retrieves the set of entries contained in this map.private java.util.List<Key>KeyMap. getKeyList(Metadata.MetadataType type)Gets the list for the given metadata type.Methods in edu.uci.ics.jung.io.graphml with parameters of type Key Modifier and Type Method Description voidKeyMap. addKey(Key key)Adds the given key to the map. -
Uses of Key in edu.uci.ics.jung.io.graphml.parser
Methods in edu.uci.ics.jung.io.graphml.parser that return Key Modifier and Type Method Description KeyKeyElementParser. parse(javax.xml.stream.XMLEventReader xmlEventReader, javax.xml.stream.events.StartElement start)
-