Searched defs:follow (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DAdjacencyList.java126 BuildStep follow) {
162 if (follow == null)
165 mStepList.add(new BuildStep(follow.getVertex(),
201 // BuildStep for each path that we try to follow. If none of
216 // then it's something we follow!
230 if (follow == null)
233 mStepList.add(new BuildStep(follow.getVertex(),
125 buildList(List<List<Vertex>> theList, int index, BuildStep follow) argument

Completed in 266 milliseconds