List4 Class

Summary

simplest possible linked list
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Foundation
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IUnversioned"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Types/IUnversioned" Type["List4"] class Type type-node

Syntax

public sealed class List4 : IUnversioned

Constructors

Name Summary
List4() db4o constructor to be able to store objects of this class
List4(List4, Object)
List4(Object)

Fields

Name Constant Value Summary
_element
carried object
_next
next element in list

Methods

Name Value Summary
Size(List4) int
static