Searched refs:getUid (Results 1 – 11 of 11) sorted by relevance
236 int index1 = ((DOMOrder) node1).getUid(); in isNodeAfter()237 int index2 = ((DOMOrder) node2).getUid(); in isNodeAfter()
40 public int getUid(); in getUid() method
329 private Integer getUid(Object obj) { in getUid() method in Ordering.ArbitraryOrdering360 int result = getUid(left).compareTo(getUid(right)); in compare()
70 long uid = cache.getUid(); in cacheInitialization()78 assertThat(cache.getUid()).isEqualTo(uid); in cacheInitialization()88 long uid = cache.getUid(); in cacheInitializationError()
99 long getUid(); in getUid() method
287 public synchronized long getUid() { in getUid() method in SimpleCache
201 return m_template.getUid(); in getDocOrderPos()
1272 public int getUid() in getUid() method in ElemTemplateElement1519 return this.getUid() - ro.getUid(); in compareTo()
913 ct = (ElemTemplate) m_compilerCache.get(new Integer(retValue.getUid())); in next()916 m_compilerCache.put(new Integer(retValue.getUid()), retValue); in next()
1350 if (elem.getUid() == -1) in pushElemTemplateElement()