Skip to content

Supported APIs

Ben Lambeth edited this page Jul 26, 2016 · 5 revisions

java.util.HashMap

  • entrySet
  • keySet
  • values
  • toString

java.util.WeakHashMap

  • entrySet
  • keySet
  • values
  • toString

java.util.IdentityHashMap

  • entrySet
  • keySet
  • values
  • toString

java.util.concurrent.ConcurrentHashMap

  • entrySet
  • keySet
  • values
  • toString

java.lang.Method

  • getExceptionTypes
  • getGenericExceptionTypes
  • getDeclaredAnnotations
  • getParameterAnnotations

java.util.PriorityQueue

  • iterator
  • toArray
  • toString

java.lang.Class

  • getDeclaredMethods
  • getClasses
  • getFields
  • getMethods
  • getConstructors
  • getDeclaredClasses
  • getDeclaredFields
  • getDeclaredMethods
  • getDeclaredConstructors
  • getAnnotations
  • getDeclaredAnnotations

java.lang.reflect.Field

  • getAnnotationsByType
  • getDeclaredAnnotations

java.io.File

  • list
  • listFiles
  • listRoots

java.text.BreakIterator

  • getAvailableLocales

java.text.DateFormatSymbols

  • getZoneStrings

Clone this wiki locally