Home
last modified time | relevance | path

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

/external/nanohttpd/samples/src/main/java/fi/iki/elonen/
DTempFilesServer.java48 private static class ExampleManager implements TempFileManager { class in TempFilesServer
54 private ExampleManager() { in ExampleManager() method in TempFilesServer.ExampleManager
87 return new ExampleManager(); in create()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratePluralList.java68 private class ExampleManager implements Iterable<String> { class in GeneratePluralList
72 public ExampleManager() { in ExampleManager() method in GeneratePluralList.ExampleManager
151 Map<String, ExampleManager> positionedExamples = new HashMap<String, ExampleManager>(); in getExamples()
172 ExampleManager manager = positionedExamples.get(position); in getExamples()
174 positionedExamples.put(position, manager = new ExampleManager()); in getExamples()
197 for (ExampleManager manager : positionedExamples.values()) { in getExamples()