/* */ public ObjectSortedSet<Int2LongMap.Entry> int2LongEntrySet() { /* 135 */ if (this.entries == null) this.entries = ObjectSortedSets.singleton( new Int2LongMaps.Singleton.SingletonEntry(this), Int2LongSortedMaps.entryComparator(this.comparator)); return (ObjectSortedSet) this.entries; /* */ }
/* */ public ObjectSortedSet<Long2BooleanMap.Entry> long2BooleanEntrySet() { /* 135 */ if (this.entries == null) this.entries = ObjectSortedSets.singleton( new Long2BooleanMaps.Singleton.SingletonEntry(this), Long2BooleanSortedMaps.entryComparator(this.comparator)); return (ObjectSortedSet) this.entries; /* */ }
@SuppressWarnings("unchecked") public ObjectSortedSet<Char2IntMap.Entry> char2IntEntrySet() { if (entries == null) entries = ObjectSortedSets.singleton( (Char2IntMap.Entry) new SingletonEntry(), (Comparator<? super Char2IntMap.Entry>) entryComparator(comparator)); return (ObjectSortedSet<Char2IntMap.Entry>) entries; }
@SuppressWarnings("unchecked") public ObjectSortedSet<Reference2CharMap.Entry<K>> reference2CharEntrySet() { if (entries == null) entries = ObjectSortedSets.singleton( (Reference2CharMap.Entry<K>) new SingletonEntry(), (Comparator<? super Reference2CharMap.Entry<K>>) entryComparator(comparator)); return (ObjectSortedSet<Reference2CharMap.Entry<K>>) entries; }
@SuppressWarnings("unchecked") public ObjectSortedSet<Int2BooleanMap.Entry> int2BooleanEntrySet() { if (entries == null) entries = ObjectSortedSets.singleton( (Int2BooleanMap.Entry) new SingletonEntry(), (Comparator<? super Int2BooleanMap.Entry>) entryComparator(comparator)); return (ObjectSortedSet<Int2BooleanMap.Entry>) entries; }
public ObjectSortedSet<Char2IntMap.Entry> char2IntEntrySet() { if (entries == null) entries = ObjectSortedSets.unmodifiable(sortedMap.char2IntEntrySet()); return (ObjectSortedSet<Char2IntMap.Entry>) entries; }
public ObjectSortedSet<Char2IntMap.Entry> char2IntEntrySet() { if (entries == null) entries = ObjectSortedSets.synchronize(sortedMap.char2IntEntrySet(), sync); return (ObjectSortedSet<Char2IntMap.Entry>) entries; }
public ObjectSortedSet<Reference2CharMap.Entry<K>> reference2CharEntrySet() { if (entries == null) entries = ObjectSortedSets.unmodifiable(sortedMap.reference2CharEntrySet()); return (ObjectSortedSet<Reference2CharMap.Entry<K>>) entries; }
public ObjectSortedSet<Reference2CharMap.Entry<K>> reference2CharEntrySet() { if (entries == null) entries = ObjectSortedSets.synchronize(sortedMap.reference2CharEntrySet(), sync); return (ObjectSortedSet<Reference2CharMap.Entry<K>>) entries; }
/* 302 */ public ObjectSortedSet<Int2LongMap.Entry> int2LongEntrySet() { if (this.entries == null) this.entries = ObjectSortedSets.unmodifiable(this.sortedMap.int2LongEntrySet()); return (ObjectSortedSet) this.entries; }
/* 242 */ public ObjectSortedSet<Int2LongMap.Entry> int2LongEntrySet() { if (this.entries == null) this.entries = ObjectSortedSets.synchronize(this.sortedMap.int2LongEntrySet(), this.sync); return (ObjectSortedSet) this.entries; }
public ObjectSortedSet<Int2BooleanMap.Entry> int2BooleanEntrySet() { if (entries == null) entries = ObjectSortedSets.unmodifiable(sortedMap.int2BooleanEntrySet()); return (ObjectSortedSet<Int2BooleanMap.Entry>) entries; }
public ObjectSortedSet<Int2BooleanMap.Entry> int2BooleanEntrySet() { if (entries == null) entries = ObjectSortedSets.synchronize(sortedMap.int2BooleanEntrySet(), sync); return (ObjectSortedSet<Int2BooleanMap.Entry>) entries; }
/* 302 */ public ObjectSortedSet<Long2BooleanMap.Entry> long2BooleanEntrySet() { if (this.entries == null) this.entries = ObjectSortedSets.unmodifiable(this.sortedMap.long2BooleanEntrySet()); return (ObjectSortedSet) this.entries; }
/* 242 */ public ObjectSortedSet<Long2BooleanMap.Entry> long2BooleanEntrySet() { if (this.entries == null) this.entries = ObjectSortedSets.synchronize(this.sortedMap.long2BooleanEntrySet(), this.sync); return (ObjectSortedSet) this.entries; }