Searched refs:hashEnum (Results 1 – 2 of 2) sorted by relevance
241 public static int hashEnum(EnumLite e) { in hashEnum() method in Internal252 hash = 31 * hash + hashEnum(e); in hashEnumList()
276 hash = (53 * hash) + Internal.hashEnum((EnumLite) value); in hashFields()