简体   繁体   中英

Meaning of # in a java class path

Below is a class path. What is the meaning of the # in the class path?

org.apache.tinkerpop.gremlin.structure.util.star.StarGraph#StarVertex

The above is a class in tinkerpop library.

The # symbol is used with inner classes. In this instance StarVertex is an inner class of StarGraph

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM