Package org.drools.core.common
Class ObjectStoreWrapper
java.lang.Object
org.drools.core.common.ObjectStoreWrapper
- All Implemented Interfaces:
Iterable,Collection
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intint -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Field Details
-
store
-
filter
-
type
public int type -
OBJECT
public static final int OBJECT- See Also:
-
FACT_HANDLE
public static final int FACT_HANDLE- See Also:
-
-
Constructor Details
-
ObjectStoreWrapper
-
-
Method Details
-
contains
- Specified by:
containsin interfaceCollection
-
containsAll
- Specified by:
containsAllin interfaceCollection
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection
-
size
public int size()- Specified by:
sizein interfaceCollection
-
iterator
- Specified by:
iteratorin interfaceCollection- Specified by:
iteratorin interfaceIterable
-
toArray
- Specified by:
toArrayin interfaceCollection
-
toArray
- Specified by:
toArrayin interfaceCollection
-
toString
-
add
- Specified by:
addin interfaceCollection
-
addAll
- Specified by:
addAllin interfaceCollection
-
clear
public void clear()- Specified by:
clearin interfaceCollection
-
remove
- Specified by:
removein interfaceCollection
-
removeAll
- Specified by:
removeAllin interfaceCollection
-
retainAll
- Specified by:
retainAllin interfaceCollection
-