Class DictKeyView
java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
ai.timefold.jpyinterpreter.types.collections.view.DictKeyView
- All Implemented Interfaces:
PythonLikeObject
-
Field Summary
FieldsFields inherited from class ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
OBJECT_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondifference(DictKeyView other) booleaninthashCode()intersection(DictKeyView other) isDisjoint(DictKeyView other) isStrictSubset(DictKeyView other) isStrictSuperset(DictKeyView other) isSubset(DictKeyView other) isSuperset(DictKeyView other) symmetricDifference(DictKeyView other) toString()union(DictKeyView other) Methods inherited from class ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
$deleteAttribute, $getAttributeOrNull, $getType, $setAttribute, getExtraAttributeMap, setAttributeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ai.timefold.jpyinterpreter.PythonLikeObject
$getAttributeOrError, $getGenericType, $method$__delattr__, $method$__eq__, $method$__format__, $method$__format__, $method$__getattribute__, $method$__hash__, $method$__ne__, $method$__repr__, $method$__setattr__, $method$__str__
-
Field Details
-
$TYPE
-
-
Constructor Details
-
DictKeyView
-
-
Method Details
-
getKeysSize
-
getKeysIterator
-
containsKey
-
getReversedKeyIterator
-
isDisjoint
-
isSubset
-
isStrictSubset
-
isSuperset
-
isStrictSuperset
-
union
-
intersection
-
difference
-
symmetricDifference
-
equals
-
hashCode
public int hashCode() -
toRepresentation
-
toString
- Overrides:
toStringin classAbstractPythonLikeObject
-