OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RepresentDice
(Results
1 - 2
of
2
) sorted by null
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
RepresentTest.java
66
this.representers.put(CustomBean.class, new
RepresentDice
());
69
private class
RepresentDice
implements Represent {
/external/snakeyaml/src/test/java/examples/
DiceExampleTest.java
56
this.representers.put(Dice.class, new
RepresentDice
());
59
private class
RepresentDice
implements Represent {
Completed in 543 milliseconds