Exemplo n.º 1
0
 /*     */ 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;
   /*     */ }
Exemplo n.º 3
0
 @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;
 }
Exemplo n.º 5
0
 @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;
 }
Exemplo n.º 6
0
 public ObjectSortedSet<Char2IntMap.Entry> char2IntEntrySet() {
   if (entries == null) entries = ObjectSortedSets.unmodifiable(sortedMap.char2IntEntrySet());
   return (ObjectSortedSet<Char2IntMap.Entry>) entries;
 }
Exemplo n.º 7
0
 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;
 }
Exemplo n.º 10
0
 /* 302 */ public ObjectSortedSet<Int2LongMap.Entry> int2LongEntrySet() {
   if (this.entries == null)
     this.entries = ObjectSortedSets.unmodifiable(this.sortedMap.int2LongEntrySet());
   return (ObjectSortedSet) this.entries;
 }
Exemplo n.º 11
0
 /* 242 */ public ObjectSortedSet<Int2LongMap.Entry> int2LongEntrySet() {
   if (this.entries == null)
     this.entries = ObjectSortedSets.synchronize(this.sortedMap.int2LongEntrySet(), this.sync);
   return (ObjectSortedSet) this.entries;
 }
Exemplo n.º 12
0
 public ObjectSortedSet<Int2BooleanMap.Entry> int2BooleanEntrySet() {
   if (entries == null) entries = ObjectSortedSets.unmodifiable(sortedMap.int2BooleanEntrySet());
   return (ObjectSortedSet<Int2BooleanMap.Entry>) entries;
 }
Exemplo n.º 13
0
 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;
 }