Searched refs:STATUS_WORD_MAP (Results 1 – 1 of 1) sorted by relevance
168 private static final Map<Integer, StatusWord> STATUS_WORD_MAP; field in StatusWord176 STATUS_WORD_MAP = Collections.unmodifiableMap(statusWordMap);187 StatusWord statusWord = STATUS_WORD_MAP.get(Integer.valueOf(sw)); in fromInt()