Uses of Interface
it.unimi.dsi.fastutil.floats.FloatHash.Strategy

Packages that use FloatHash.Strategy
it.unimi.dsi.fastutil.floats Provides type-specific classes for float elements or keys. 
 

Uses of FloatHash.Strategy in it.unimi.dsi.fastutil.floats
 

Fields in it.unimi.dsi.fastutil.floats declared as FloatHash.Strategy
protected  FloatHash.Strategy FloatOpenCustomHashSet.strategy
          The hash strategy of this custom set.
protected  FloatHash.Strategy FloatLinkedOpenCustomHashSet.strategy
          The hash strategy of this custom set.
 

Methods in it.unimi.dsi.fastutil.floats that return FloatHash.Strategy
 FloatHash.Strategy FloatOpenCustomHashSet.strategy()
          Returns the hashing strategy.
 FloatHash.Strategy FloatLinkedOpenCustomHashSet.strategy()
          Returns the hashing strategy.
 

Constructors in it.unimi.dsi.fastutil.floats with parameters of type FloatHash.Strategy
FloatLinkedOpenCustomHashSet(Collection<? extends Float> c, float f, FloatHash.Strategy strategy)
          Creates a new hash set copying a given collection.
FloatLinkedOpenCustomHashSet(Collection<? extends Float> c, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
FloatLinkedOpenCustomHashSet(float[] a, float f, FloatHash.Strategy strategy)
          Creates a new hash set copying the elements of an array.
FloatLinkedOpenCustomHashSet(float[] a, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
FloatLinkedOpenCustomHashSet(float[] a, int offset, int length, float f, FloatHash.Strategy strategy)
          Creates a new hash set and fills it with the elements of a given array.
FloatLinkedOpenCustomHashSet(float[] a, int offset, int length, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
FloatLinkedOpenCustomHashSet(FloatCollection c, float f, FloatHash.Strategy strategy)
          Creates a new hash set copying a given type-specific collection.
FloatLinkedOpenCustomHashSet(FloatCollection c, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
FloatLinkedOpenCustomHashSet(FloatHash.Strategy strategy)
          Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
FloatLinkedOpenCustomHashSet(FloatIterator i, float f, FloatHash.Strategy strategy)
          Creates a new hash set using elements provided by a type-specific iterator.
FloatLinkedOpenCustomHashSet(FloatIterator i, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
FloatLinkedOpenCustomHashSet(int expected, float f, FloatHash.Strategy strategy)
          Creates a new hash set.
FloatLinkedOpenCustomHashSet(int expected, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
FloatLinkedOpenCustomHashSet(Iterator<?> i, float f, FloatHash.Strategy strategy)
          Creates a new hash set using elements provided by an iterator.
FloatLinkedOpenCustomHashSet(Iterator<?> i, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
FloatOpenCustomHashSet(Collection<? extends Float> c, float f, FloatHash.Strategy strategy)
          Creates a new hash set copying a given collection.
FloatOpenCustomHashSet(Collection<? extends Float> c, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
FloatOpenCustomHashSet(float[] a, float f, FloatHash.Strategy strategy)
          Creates a new hash set copying the elements of an array.
FloatOpenCustomHashSet(float[] a, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
FloatOpenCustomHashSet(float[] a, int offset, int length, float f, FloatHash.Strategy strategy)
          Creates a new hash set and fills it with the elements of a given array.
FloatOpenCustomHashSet(float[] a, int offset, int length, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
FloatOpenCustomHashSet(FloatCollection c, float f, FloatHash.Strategy strategy)
          Creates a new hash set copying a given type-specific collection.
FloatOpenCustomHashSet(FloatCollection c, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
FloatOpenCustomHashSet(FloatHash.Strategy strategy)
          Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
FloatOpenCustomHashSet(FloatIterator i, float f, FloatHash.Strategy strategy)
          Creates a new hash set using elements provided by a type-specific iterator.
FloatOpenCustomHashSet(FloatIterator i, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
FloatOpenCustomHashSet(int expected, float f, FloatHash.Strategy strategy)
          Creates a new hash set.
FloatOpenCustomHashSet(int expected, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
FloatOpenCustomHashSet(Iterator<?> i, float f, FloatHash.Strategy strategy)
          Creates a new hash set using elements provided by an iterator.
FloatOpenCustomHashSet(Iterator<?> i, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
 



Copyright © 2011. All Rights Reserved.