Terrier IR Platform
2.2.1

uk.ac.gla.terrier.utility
Class Wrapper<T>

java.lang.Object
  extended by uk.ac.gla.terrier.utility.Wrapper<T>

public class Wrapper<T>
extends java.lang.Object

Generic mutatble Wrapper class - allows non-mutatable class to be wrapped in mutatable classes, and re-accessed later.

Since:
2.2
Version:
$Revision: 1.2 $
Author:
Richard McCreadie

Constructor Summary
Wrapper()
           
Wrapper(T O)
           
 
Method Summary
 Wrapper<T> createWrapper(T O)
           
 T getObject()
           
 void setObject(T O)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wrapper

public Wrapper()

Wrapper

public Wrapper(T O)
Method Detail

getObject

public T getObject()

setObject

public void setObject(T O)

createWrapper

public Wrapper<T> createWrapper(T O)

Terrier IR Platform
2.2.1

Terrier Information Retrieval Platform 2.2.1. Copyright 2004-2008 University of Glasgow