HomeSort by relevance Sort by last modified time
    Searched full:parserconstructorcache (Results 1 - 1 of 1) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/parser/
ParserFactory.java 53 private static Hashtable parserConstructorCache;
57 parserConstructorCache = new Hashtable();
294 Constructor cons = (Constructor) parserConstructorCache.get(parserClass);
297 parserConstructorCache.put(parserClass, cons);

Completed in 62 milliseconds