Searched defs:ScoreEntry (Results 1 – 2 of 2) sorted by relevance
76 private static final class ScoreEntry implements Comparable<ScoreEntry> { class in LocaleUtils80 ScoreEntry(@NonNull byte[] score, int index) { in ScoreEntry() method in LocaleUtils.ScoreEntry
176 private static class ScoreEntry<T> implements Comparable<ScoreEntry> { class in OSUInfo180 private ScoreEntry(T data, int score) { in ScoreEntry() method in OSUInfo.ScoreEntry