Uses of Class
squidpony.annotation.GwtIncompatible
| Package | Description |
|---|---|
| squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of GwtIncompatible in squidpony.squidmath
Methods in squidpony.squidmath with annotations of type GwtIncompatible Modifier and Type Method Description Arrangement<K>Arrangement. clone()Returns a deep copy of this map.IntDoubleOrderedMapIntDoubleOrderedMap. clone()Returns a deep copy of this map.IntIntOrderedMapIntIntOrderedMap. clone()Returns a deep copy of this map.ObjectIntVLA. clone()OrderedMap<K,V>OrderedMap. clone()Returns a deep copy of this map.ObjectOrderedSet. clone()Returns a deep copy of this map.UnorderedMap<K,V>UnorderedMap. clone()Returns a deep copy of this map.ObjectUnorderedSet. clone()Returns a deep copy of this map.static intMathExtras. modularMultiplicativeInverse(int a)Given any odd inta, this finds another odd intbsuch thata * b == 1.