Searched defs:createNew (Results 1 – 3 of 3) sorted by relevance
651 public NEW createNew( final ObjectType t ) { in createNew() method in InstructionFactory656 public NEW createNew( final String s ) { in createNew() method in InstructionFactory
46 public static <T> CuckooFilter<T> createNew(CuckooFilterConfig config, Funnel<? super T> funnel) { in createNew() method in CuckooFilter
108 private FileSystem openArchive(final Path p, final boolean createNew) throws IOException { in openArchive()