类 FastUtilHackUtil.WrappingLongCollection

java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.FastUtilHackUtil.WrappingLongCollection
所有已实现的接口:
it.unimi.dsi.fastutil.longs.LongCollection, it.unimi.dsi.fastutil.longs.LongIterable, Iterable<Long>, Collection<Long>
封闭类:
FastUtilHackUtil

public static class FastUtilHackUtil.WrappingLongCollection extends Object implements it.unimi.dsi.fastutil.longs.LongCollection
  • 字段详细资料

  • 构造器详细资料

    • WrappingLongCollection

      public WrappingLongCollection (Collection<Long> backing)
  • 方法详细资料

    • size

      public int size()
      指定者:
      size 在接口中 Collection<Long>
    • isEmpty

      public boolean isEmpty()
      指定者:
      isEmpty 在接口中 Collection<Long>
    • contains

      public boolean contains (long o)
      指定者:
      contains 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • toArray

      public Object[] toArray()
      指定者:
      toArray 在接口中 Collection<Long>
    • toArray

      public <T> T[] toArray (T[] a)
      指定者:
      toArray 在接口中 Collection<Long>
    • add

      public boolean add (long e)
      指定者:
      add 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • remove

      public boolean remove (Object o)
      指定者:
      remove 在接口中 Collection<Long>
      指定者:
      remove 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • containsAll

      public boolean containsAll (Collection<?> c)
      指定者:
      containsAll 在接口中 Collection<Long>
    • addAll

      public boolean addAll (Collection<? extends Long> c)
      指定者:
      addAll 在接口中 Collection<Long>
    • removeAll

      public boolean removeAll (Collection<?> c)
      指定者:
      removeAll 在接口中 Collection<Long>
    • retainAll

      public boolean retainAll (Collection<?> c)
      指定者:
      retainAll 在接口中 Collection<Long>
    • clear

      public void clear()
      指定者:
      clear 在接口中 Collection<Long>
    • iterator

      public it.unimi.dsi.fastutil.longs.LongIterator iterator()
      指定者:
      iterator 在接口中 Collection<Long>
      指定者:
      iterator 在接口中 Iterable<Long>
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.longs.LongIterable
    • rem

      public boolean rem (long key)
      指定者:
      rem 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • toLongArray

      public long[] toLongArray()
      指定者:
      toLongArray 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • toLongArray

      public long[] toLongArray (long[] a)
      指定者:
      toLongArray 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • toArray

      public long[] toArray (long[] a)
      指定者:
      toArray 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • addAll

      public boolean addAll (it.unimi.dsi.fastutil.longs.LongCollection c)
      指定者:
      addAll 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • containsAll

      public boolean containsAll (it.unimi.dsi.fastutil.longs.LongCollection c)
      指定者:
      containsAll 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • removeAll

      public boolean removeAll (it.unimi.dsi.fastutil.longs.LongCollection c)
      指定者:
      removeAll 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • retainAll

      public boolean retainAll (it.unimi.dsi.fastutil.longs.LongCollection c)
      指定者:
      retainAll 在接口中 it.unimi.dsi.fastutil.longs.LongCollection