Esempio n. 1
0
 public IteratorAnonymousInnerClass2(DefaultValueMapper outerInstance, U[] values, System.Func <U, V> mapper)
 {
     this.outerInstance = outerInstance;
     this._values       = values;
     this._mapper       = mapper;
     index = values.Length - 1;
 }
Esempio n. 2
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Before public void setup()
        public virtual void Setup()
        {
            Db      = (new TestGraphDatabaseFactory()).newImpermanentDatabase();
            _mapper = new DefaultValueMapper(( EmbeddedProxySPI )Db);
        }
Esempio n. 3
0
 internal CoreAPIPath(DefaultValueMapper outerInstance, PathValue value)
 {
     this._outerInstance = outerInstance;
     this.Value          = value;
 }