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.IntDoubleOrderedMap
IntDoubleOrderedMap. clone()
Returns a deep copy of this map.IntIntOrderedMap
IntIntOrderedMap. clone()
Returns a deep copy of this map.Object
IntVLA. clone()
OrderedMap<K,V>
OrderedMap. clone()
Returns a deep copy of this map.Object
OrderedSet. clone()
Returns a deep copy of this map.UnorderedMap<K,V>
UnorderedMap. clone()
Returns a deep copy of this map.Object
UnorderedSet. clone()
Returns a deep copy of this map.static int
MathExtras. modularMultiplicativeInverse(int a)
Given any odd inta
, this finds another odd intb
such thata * b == 1
.