Constant Field Values

Contents

org.greenrobot.*

  • org.greenrobot.essentials.collections.LongHashMap<T> 
    Modifier and Type Constant Field Value
    protected static final int DEFAULT_CAPACITY 16
  • org.greenrobot.essentials.collections.LongHashSet 
    Modifier and Type Constant Field Value
    protected static final int DEFAULT_CAPACITY 16
  • org.greenrobot.essentials.hash.FNV32 
    Modifier and Type Constant Field Value
    private static final int INITIAL_VALUE -2128831035
    private static final int MULTIPLIER 16777619
  • org.greenrobot.essentials.hash.FNV64 
    Modifier and Type Constant Field Value
    private static final long INITIAL_VALUE -3750763034362895579L
    private static final long MULTIPLIER 1099511628211L
  • org.greenrobot.essentials.hash.Murmur3A 
    Modifier and Type Constant Field Value
    private static final int C1 -862048943
    private static final int C2 461845907
  • org.greenrobot.essentials.hash.Murmur3F 
    Modifier and Type Constant Field Value
    private static final long C1 -8663945395140668459L
    private static final long C2 5545529020109919103L
  • org.greenrobot.essentials.io.IoUtils 
    Modifier and Type Constant Field Value
    private static final int BUFFER_SIZE 8192