If it's always the same (unique and immutable) field, then why not use a Map with this field as the keys? A HashMap is O(1) for lookups, so you ...
確定! 回上一頁