Searched refs:alphaNumericBitSet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXServiceURL.java430 boolean isAlphaNumeric = alphaNumericBitSet.get(c);
635 private final static BitSet alphaNumericBitSet = new BitSet(128); field in class:JMXServiceURL
651 alphaNumericBitSet.or(alphaBitSet);
652 alphaNumericBitSet.or(numericBitSet);
654 protocolBitSet.or(alphaNumericBitSet);
658 hostNameBitSet.or(alphaNumericBitSet);

Completed in 144 milliseconds