Home
last modified time | relevance | path

Searched refs:cacheRCounts (Results 1 – 1 of 1) sorted by relevance

/dports/science/cdk/cdk-cdk-2.3/base/isomorphism/src/main/java/org/openscience/cdk/isomorphism/matchers/
H A DExpr.java708 private static LoadingCache<IAtomContainer, int[]> cacheRCounts; field in Expr
722 if (cacheRCounts == null) { in getRingCount()
723 cacheRCounts = CacheBuilder.newBuilder() in getRingCount()
739 return cacheRCounts.getUnchecked(mol)[atom.getIndex()]; in getRingCount()