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

/macosx-10.10/BerkeleyDB-21/db/examples_java/src/persist/
H A DEventExampleDPL.java71 private Set<String> accountReps; field in class:EventExampleDPL.Event
83 this.accountReps = new HashSet<String>();
89 accountReps.add(rep);
99 if (accountReps.size() == 0) {
102 for (String rep: accountReps) {
H A DEventExample.java71 /* This example will add secondary indices on price and accountReps. */
73 private Set<String> accountReps; field in class:EventExample.Event
83 this.accountReps = new HashSet<String>();
87 accountReps.add(rep);
96 if (accountReps.size() == 0) {
99 for (String rep: accountReps) {

Completed in 54 milliseconds