Package qilin.core.context
Class ContextElements
java.lang.Object
qilin.core.context.ContextElements
- All Implemented Interfaces:
Context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(ContextElement heap) boolean
get
(int i) int
hashCode()
boolean
isEmpty()
static ContextElements
newContext
(ContextElements c, ContextElement ce, int depth) Compose a new context by a given context and a heap.int
size()
toString()
-
Constructor Details
-
ContextElements
-
-
Method Details
-
getElements
-
get
-
contains
-
isEmpty
public boolean isEmpty() -
size
public int size() -
hashCode
public int hashCode() -
equals
-
toString
-
newContext
Compose a new context by a given context and a heap. The depth of new context is also required.
-