Uses of Class
com.intellij.util.ThreeState
-
Packages that use ThreeState Package Description com.intellij.util com.intellij.util.diff -
-
Uses of ThreeState in com.intellij.util
Methods in com.intellij.util that return ThreeState Modifier and Type Method Description static ThreeState
ThreeState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThreeState[]
ThreeState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ThreeState in com.intellij.util.diff
Methods in com.intellij.util.diff that return ThreeState Modifier and Type Method Description ThreeState
ShallowNodeComparator. deepEqual(OT oldNode, NT newNode)
-