Uses of Class
decaf.Ignore
- 
- 
Uses of Ignore in com.db4oMethods in com.db4o with annotations of type Ignore Modifier and Type Method Description <TargetType>
 ObjectSet<TargetType>ObjectContainer. query(Predicate<TargetType> predicate, java.util.Comparator<TargetType> comparator)Native Query Interface.
- 
Uses of Ignore in com.db4o.collectionsClasses in com.db4o.collections with annotations of type Ignore Modifier and Type Class Description classAbstractList4<E>classArrayList4<E>Transparent activatable ArrayList implementation.classArrayMap4<K,V>Transparent activatable Map implementation.classCollectionFactoryCollection factory with methods to create collections with behaviour that is optimized for db4o.
 Example usage:
 CollectionFactory.forObjectContainer(objectContainer).newBigSet();classMapEntry4<K,V>classSubArrayList4<E>Methods in com.db4o.collections with annotations of type Ignore Modifier and Type Method Description java.util.Iterator<E>ActivatableLinkedList. descendingIterator()EActivatableLinkedList. element()EActivatableLinkedList. getFirst()EActivatableLinkedList. getLast()booleanActivatableLinkedList. offer(E e)booleanActivatableLinkedList. offerFirst(E e)booleanActivatableLinkedList. offerLast(E e)EActivatableLinkedList. peek()EActivatableLinkedList. peekFirst()EActivatableLinkedList. peekLast()EActivatableLinkedList. poll()EActivatableLinkedList. pollFirst()EActivatableLinkedList. pollLast()EActivatableLinkedList. pop()voidActivatableLinkedList. push(E element)EActivatableLinkedList. remove()EActivatableLinkedList. removeFirst()booleanActivatableLinkedList. removeFirstOccurrence(java.lang.Object element)EActivatableLinkedList. removeLast()booleanActivatableLinkedList. removeLastOccurrence(java.lang.Object element)booleanActivatableLinkedList. retainAll(java.util.Collection<?> c)
- 
Uses of Ignore in com.db4o.configClasses in com.db4o.config with annotations of type Ignore Modifier and Type Class Description classTCollectionclassTMapclassTTreeMapclassTTreeSet
- 
Uses of Ignore in com.db4o.config.annotations.reflectClasses in com.db4o.config.annotations.reflect with annotations of type Ignore Modifier and Type Class Description classCalledConstructorConfiguratorclassCalledConstructorFactoryclassClassConfiguratorclassConfigurationIntrospectorsets db4o configurations accordingly annotationsclassDb4oConfiguratorinterfaceDb4oConfiguratorFactoryclassFieldConfiguratorclassGeneratedUUIDsConfiguratorclassGeneratedUUIDsFactoryclassIndexedConfiguratorclassIndexedFactoryclassMaximumActivationDepthConfiguratorclassMaximumActivationDepthFactoryclassMinimumActivationDepthConfiguratorclassMinimumActivationDepthFactoryclassNoArgsClassConfiguratorFactoryclassNoArgsFieldConfiguratorFactoryclassPersistedStaticFieldValuesConfiguratorclassPersistedStaticFieldValuesFactoryclassStoredTransientFieldsConfiguratorclassStoredTransientFieldsFactoryclassUpdatedDepthConfiguratorclassUpdatedDepthFactory
- 
Uses of Ignore in com.db4o.foundationClasses in com.db4o.foundation with annotations of type Ignore Modifier and Type Class Description classCollectionIterableBaseinterfaceIterableBaseclassIterableBaseFactoryinterfaceIterableBaseWrapperclassIterator4JdkIteratorclassJdkCollectionIterable4classReflectionIterableBaseMethods in com.db4o.foundation with annotations of type Ignore Modifier and Type Method Description static <T> Iterator4Iterators. iterator(java.util.Collection<T> c)Constructors in com.db4o.foundation with annotations of type Ignore Constructor Description Collection4(int initialLength)For jdk11 compatibility only.
- 
Uses of Ignore in com.db4o.internalClasses in com.db4o.internal with annotations of type Ignore Modifier and Type Class Description classTypeHandlerConfigurationJDK_1_2Methods in com.db4o.internal with annotations of type Ignore Modifier and Type Method Description ObjectSetObjectContainerBase. query(Predicate predicate, java.util.Comparator comparator)ObjectSetObjectContainerSession. query(Predicate predicate, java.util.Comparator comparator)
- 
Uses of Ignore in com.db4o.internal.collectionsClasses in com.db4o.internal.collections with annotations of type Ignore Modifier and Type Class Description classBigSet<E>classBigSetTypeHandler
- 
Uses of Ignore in com.db4o.internal.handlers.netClasses in com.db4o.internal.handlers.net with annotations of type Ignore Modifier and Type Class Description classNetDateTimeclassNetDecimal.NET decimal layout is (bytewise) |M3|M2|M1|M0|M7|M6|M5|M4|M11|M10|M9|M8|S[7]|E[4-0]|X|X| (M=mantissa, E=exponent(negative powers of 10), S=sign, X=unused/unknown)classNetSByteclassNetSimpleTypeHandlerclassNetUIntclassNetULongclassNetUShort
- 
Uses of Ignore in com.db4o.internal.queryMethods in com.db4o.internal.query with annotations of type Ignore Modifier and Type Method Description booleanObjectSetFacade. contains(java.lang.Object obj)intObjectSetFacade. indexOf(java.lang.Object obj)intObjectSetFacade. lastIndexOf(java.lang.Object obj)voidObjectSetFacade. remove()
- 
Uses of Ignore in com.db4o.internal.query.processorMethods in com.db4o.internal.query.processor with annotations of type Ignore Modifier and Type Method Description QueryQQuery. sortBy(java.util.Comparator comparator)
- 
Uses of Ignore in com.db4o.queryClasses in com.db4o.query with annotations of type Ignore Modifier and Type Class Description classJdkComparatorWrapperMethods in com.db4o.query with annotations of type Ignore Modifier and Type Method Description abstract booleanPredicate. match(ExtentType candidate)The match method that needs to be implemented by the user.QueryQuery. sortBy(java.util.Comparator comparator)Sort the resulting ObjectSet by the given comparator.
- 
Uses of Ignore in com.db4o.typehandlersClasses in com.db4o.typehandlers with annotations of type Ignore Modifier and Type Class Description classCollectionTypeHandlerTypeHandler for Collections.classMapTypeHandlerTypehandler for classes that implement java.util.Map.
- 
Uses of Ignore in com.db4o.typehandlers.internalClasses in com.db4o.typehandlers.internal with annotations of type Ignore Modifier and Type Class Description classTreeSetTypeHandlerclassUnmodifiableListTypeHandler
 
-