Searched refs:getDelegate (Results 1 – 11 of 11) sorted by relevance
50 protected Data getDelegate() { in getDelegate() method in DelegatedData56 data = ((DelegatedData) data).getDelegate(); in unwrap()63 return getDelegate().getName(); in getName()68 return getDelegate().getValue(); in getValue()73 return getDelegate().getIntValue(); in getIntValue()78 return getDelegate().getBooleanValue(); in getBooleanValue()83 getDelegate().setValue(value); in setValue()88 return getDelegate().getFullPath(); in getFullPath()93 getDelegate().setAttribute(key, value); in setAttribute()98 return getDelegate().getAttribute(key); in getAttribute()[all …]
81 return new UnmodifiableIterator(getDelegate().getChildren().iterator()); in newChildIterator()
364 = (ancestor == null) ? null : ancestor.getDelegate(); in WrappedCollection()377 if (ancestor.getDelegate() != ancestorDelegate) { in refreshIfEmpty()442 Collection<V> getDelegate() { in getDelegate() method in AbstractMapBasedMultimap.WrappedCollection635 return (SortedSet<V>) getDelegate(); in getSortedSetDelegate()688 return (List<V>) getDelegate(); in getListDelegate()699 int newSize = getDelegate().size(); in addAll()723 boolean wasEmpty = getDelegate().isEmpty(); in add()
363 = (ancestor == null) ? null : ancestor.getDelegate(); in WrappedCollection()376 if (ancestor.getDelegate() != ancestorDelegate) { in refreshIfEmpty()441 Collection<V> getDelegate() { in getDelegate() method in AbstractMapBasedMultimap.WrappedCollection634 return (SortedSet<V>) getDelegate(); in getSortedSetDelegate()687 return (List<V>) getDelegate(); in getListDelegate()698 int newSize = getDelegate().size(); in addAll()722 boolean wasEmpty = getDelegate().isEmpty(); in add()
49 public VerificationMode getDelegate() { in getDelegate() method in VerificationWithTimeoutImpl
42 public ResponseCache getDelegate() { in getDelegate() method in CacheAdapter
86 public MockInvocationHandler getDelegate() { in getDelegate() method in ObjectMethodsFilter
422 public abstract Delegate getDelegate(); in getDelegate() method in JmDNS
1646 .getInvocationHandler(mock)).getDelegate().getControl(); in getControl()
1770 if (this.getDelegate() != null) { in __recover()1771 this.getDelegate().cannotRecoverFromIOError(this.getDns(), oldServiceInfos); in __recover()2212 public Delegate getDelegate() { in getDelegate() method in JmDNSImpl
1312 Delegate getDelegate() { in getDelegate() method in ServiceInfoImpl